-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
InteractiveHost for .NET Core (#45046)
* InteractiveHost for .NET Core * Merge fix * Fixes * Typo * Workaround for dotnet/interactive-window#156 * Fix * Update OptProf config * Fix deployment of rsp files * Fix signing. * Clean up unit tests dependencies. * Remove unnecessary references. * Fix reset interactive command * Fix OptProf config * Add missing project refs * Fix InteractiveHost deployment * Process rsp file fully in InteractiveHost process and send back results. * Fix build from VS. * Retrieve metadata resolver parameters from InteractiveHost process. Simplify keeping search paths in-sync between InteractiveHost and InteractiveEvaluator. * Fixes * Fixes * Check for failures to create process in unit tests * Test * Pending buffers * Fix submission project creation * Logging * Serialize exceution and process initialization * Fix reference completion, resolution. * MetadataReferenceResolver fixes * Fix failing .NET Core tests * Target netcoreapp. * Set DOTNET_ROOT * Fix NGEN/OptProf * Avoid loading Microsoft.CodeAnalysis.Scripting * Fix * Feedback * Feedback * Feedback * Comment on dependent target * Disable interpreting of strings as DateTime during deserialization: * Merge fix
- Loading branch information
Showing
110 changed files
with
2,157 additions
and
1,738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.