I have a framework using C++/CLI to load managed plugins within a native application.
This change to loading assemblies in the default ALC:
#66486
has broken my ability to load multiple plugins.
Is there any way to revert to the previous isolated assembly loading behavior?