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

benefit from AssemblyLoadContext #6

Open
gitlsl opened this issue Nov 6, 2019 · 1 comment
Open

benefit from AssemblyLoadContext #6

gitlsl opened this issue Nov 6, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@gitlsl
Copy link

gitlsl commented Nov 6, 2019

.NET Core 3.0 and later versions support unloadability through AssemblyLoadContext

can we use AssemblyLoadContext for hot reload dll

https://github.com/dotnet/coreclr/blob/release/3.0/Documentation/design-docs/unloadability.md
demo

@oleg-shilo
Copy link
Owner

OMG
It finally happened. I was the one who in ~2003 logged the defect report on Connect about the inability to unload once loaded assembly. I even got the attention of one of the tech-leads of ASP.NET group. He even confessed that this very problem is such a headache for them. But...they closed the ticked with the explanation "too difficult to fix".

I am so thrilled to see that things are easier now :)

Will definitely give it a try.

Extra thx for the great demo project.

@oleg-shilo oleg-shilo added the enhancement New feature or request label Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants