Skip to content

3.2.5

Compare
Choose a tag to compare
@daveaglick daveaglick released this 14 Dec 16:58
· 148 commits to main since this release
  • Added a strongly-typed PreprocessorSymbols collection to AnalyzerResults and used it to flow constants through to Buildalyzer.Workspaces for .NET 5 and up projects (#191, #192, thanks @richardwerkman).
  • Set UseAppHost to false for Buildalyzer builds since there's no need to create native executables for analysis (#185, #187, thanks @slang25).
  • Added a test project for checking .NET 6 compatibility (#185, #186, thanks @bernd5).