- Notifications
You must be signed in to change notification settings - Fork178
Ability to isolate script execution with AssemblyLoadContext#631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
19 commits Select commitHold shift + click to select a range
f1907e1 AssemblyLoadPal is used instead of AppDomain in order to cover both A…
hrumhurum79066f1 ScriptRunner can be configured with a custom AssemblyLoadContext.
hrumhurum11e800c ScriptRunner refactoring related to AssemblyLoadContext support.
hrumhurum5b76560 AssemblyLoadContext: assembly loader, downstream propagation via cont…
hrumhuruma81c8ef Custom assembly load context can be null and should not be used in t…
hrumhurume710739 Gluing and propagating custom AssemblyLoadContext through the higher …
hrumhurumd8f58a0 Script files are executed in isolated assembly load context.
hrumhurumaecc8d6 Implemented full assembly isolation support at API level.
hrumhurum056901d dotnet-script now uses full assembly isolation for script file execut…
hrumhurum11a3aa3 Implemented 'ShouldIsolateScriptAssemblies' test for full assembly is…
hrumhurum68c5645 Fixed library lookup issues with loading of unmanaged DLLs.
hrumhurumfad86f6 Enabled assembly isolation for interactive script execution.
hrumhurum436bbe9 Inheritance-friendly ScriptAssemblyLoadContext constructors.
hrumhurume6aef47 Removed a no longer needed workaround for the issue #268. Reference t…
hrumhurumdcc3a89 Removed a no longer needed workaround for the issue #166.
hrumhurum6a7c2b3 Use a release version of Gapotchenko.FX.Reflection.Loader package.
hrumhurum2610c6e Assembly name comparison should be case-insensitive. Fixed internal c…
hrumhurumb66b500 Merge branch 'master' into gp-feature-a
hrumhurum353609e Dropped support for .NET Core 2.1.
hrumhurumFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletions.gitignore
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -265,3 +265,4 @@ project.json | ||
| /build/dotnet-script | ||
| /dotnet-script | ||
| /.vscode | ||
| /src/Dotnet.Script/Properties/launchSettings.json | ||
20 changes: 12 additions & 8 deletionssrc/Dotnet.Script.Core/Commands/ExecuteCodeCommand.cs
This file contains hidden or 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
12 changes: 12 additions & 0 deletionssrc/Dotnet.Script.Core/Commands/ExecuteCodeCommandOptions.cs
This file contains hidden or 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
7 changes: 6 additions & 1 deletionsrc/Dotnet.Script.Core/Commands/ExecuteInteractiveCommand.cs
This file contains hidden or 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
15 changes: 13 additions & 2 deletionssrc/Dotnet.Script.Core/Commands/ExecuteInteractiveCommandOptions.cs
This file contains hidden or 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
20 changes: 12 additions & 8 deletionssrc/Dotnet.Script.Core/Commands/ExecuteLibraryCommand.cs
This file contains hidden or 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
13 changes: 13 additions & 0 deletionssrc/Dotnet.Script.Core/Commands/ExecuteLibraryCommandOptions.cs
This file contains hidden or 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
22 changes: 14 additions & 8 deletionssrc/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs
This file contains hidden or 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
12 changes: 12 additions & 0 deletionssrc/Dotnet.Script.Core/Commands/ExecuteScriptCommandOptions.cs
This file contains hidden or 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
14 changes: 6 additions & 8 deletionssrc/Dotnet.Script.Core/Commands/PublishCommand.cs
This file contains hidden or 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
12 changes: 12 additions & 0 deletionssrc/Dotnet.Script.Core/Commands/PublishCommandOptions.cs
This file contains hidden or 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
10 changes: 4 additions & 6 deletionssrc/Dotnet.Script.Core/Dotnet.Script.Core.csproj
This file contains hidden or 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.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.