microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
218 stars 83 forks source link

Make error message more informative #85

Closed Forgind closed 4 years ago

Forgind commented 4 years ago

I was confused when I saw the error message previously because even though it specified method, I didn't think it should matter because the relevant code hadn't been executed. This is my attempt to clarify that.