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

Added support for analyzers and source generators #158

Closed svick closed 3 years ago

svick commented 3 years ago

Fixes https://github.com/daveaglick/Buildalyzer/issues/157.

Note that source generators use the same mechanism of "analyzer" references, so this single change fixes both.

daveaglick commented 3 years ago

You're my hero for adding tests!