Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
Rohansi
2mo ago
0 comments
Share
Pretty sure that will still be there? It'll be different because CoreCLR doesn't really have AppDomains but it will still need to unload old assemblies and reload them all again. That's the only reliable way to reset everything into a clean state.
undefined | Better HN
0 comments
default
newest
oldest
benaadams
2mo ago
AssemblyLoadContext.Unload
https://learn.microsoft.com/en-us/dotnet/api/system.runtime....
llmslave2
2mo ago
But only the assemblies that changed right? Or would it still be all of them?
Rohansi
OP
2mo ago
No, for a full domain reload it reloads everything. This forces all static variables to reset, makes static constructors run again, etc.
j
/
k
navigate · click thread line to collapse