Don't block Locator operations on non-critical assemblies
rainersigwald opened this issue · 2 comments
rainersigwald commented
Having System.Runtime.CompilerServices.Unsafe
and System.Numerics.Vector
in the array makes the locator say that MSBuild assemblies are already loaded if any of these two, completely unrelated, assemblies are loaded in the process.
I'd rather not see a build with this change.
Originally posted by @powercode in #94 (comment)
rainersigwald commented
More info in #102
rainersigwald commented
Duplicate of #103