❔ Does AssemblyLoadContext use dependencies that are already loaded in the default context?

I'm not debugging any issues, I'm just trying to make sure I understand what I can expect this subsystem to do. I have a "script" assembly I'm loading that relies on the host application assembly and all it's dependencies, and I'm wanting to making sure nothing is being loaded twice.
3 Replies
canton7
canton716mo ago
You can't load the same assembly twice
Gamma_Draconis
Gamma_Draconis16mo ago
I think that's objectively false... if it's purposefully loaded into separate assembly load context's...
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.