phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
606 stars 95 forks source link

The SolutionDir property is different from the MSBulid output #147

Closed laurenceSaes closed 3 years ago

laurenceSaes commented 4 years ago

The SolutionDir property does not end with a directory separator. This is different than how MSBuild sets this property:

image

In ProjectAnalyzer the Path.GetDirectoryName API is used. This does not append the directory with the directory separator.

daveaglick commented 4 years ago

Note: fix is in PR #148

daveaglick commented 3 years ago

Thanks!