Forgind
Forgind
15.1.0.0 is the correct version for modern MSBuild. How are you using MSBuildLocator? Was it succeeding in finding an installation with MSBuild? After the MSBuildLocator call, did you separate the...
We're not adding support for mono.
Does this use MSBuildLocator at all? From what you're doing, it looks like you need to.
This looks resolved to me? Let me know if I'm wrong.
Well, we can't actually remove Unregister because whether or not it unregisters, people still call it, and removing it would be a breaking change for no reason. But as you...
You're right; I was convinced we'd already done that, but I was wrong. I'll reopen this and make a PR to do that.
https://github.com/microsoft/MSBuildLocator/pull/204
We have better documentation on this now.
FYI, I called my commit 'Start on test', but that was just because I don't have the components to build on this laptop, so I didn't run it locally before...
I suspect this was resolved by #7937. Can anyone confirm or refute that?