Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AssemblyLoadContext APIs on .NET Core #5913

Merged
merged 5 commits into from
Feb 11, 2021
Merged

Conversation

bording
Copy link
Member

@bording bording commented Feb 10, 2021

This PR changes the assembly scanner to use the AssemblyLoadContext APIs to ensure that assemblies are loaded into the correct load context when running on .NET Core.

This PR also includes the changes from #5890 to move to to a necoreapp2.1 target instead of netstandard2.0.

Fixes #5662

@bording bording requested a review from yvesgoeleven February 10, 2021 22:50
@bording bording changed the title Use AssemblyLoadContext API on .NET Core Use AssemblyLoadContext APIs on .NET Core Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Core loads assemblies using an API that loads them into the wrong AssemblyLoadContext
2 participants