phmonte / Buildalyzer

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

When SolutionFilePath is available set in Workspace Solution #177

Closed markrendle closed 3 years ago

markrendle commented 3 years ago

When creating a Workspace from an AnalyzerManager created from a solution file, this change ensures that CurrentSolution.FilePath is set correctly.

There were some failing integration tests but I think they're due to my environment being different.

daveaglick commented 3 years ago

Thanks!