Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
Rohansi
5mo ago
0 comments
Save
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.
0 comments
3 comments · 2 top-level
top
newest
oldest
llmslave2
5mo ago
· 1 in thread
But only the assemblies that changed right? Or would it still be all of them?
Rohansi
OP
5mo ago
No, for a full domain reload it reloads everything. This forces all static variables to reset, makes static constructors run again, etc.
benaadams
5mo ago
AssemblyLoadContext.Unload
https://learn.microsoft.com/en-us/dotnet/api/system.runtime....
j
/
k
navigate · click thread line to collapse