microsoft/MSBuildLocator

Don't block Locator operations on non-critical assemblies

rainersigwald opened this issue · 2 comments

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)

More info in #102

Duplicate of #103