❔ 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
You can't load the same assembly twice
I think that's objectively false... if it's purposefully loaded into separate assembly load context's...
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.