Vogen
Vogen copied to clipboard
Move analyzers from pipelines (generators) to specific analyzers
Describe the feature
Each generator creates a pipeline. Pipelines are run on every keypress. This can slow down performance of the host IDE (e.g. Visual Studio).
Instead, use specific analyzers to report errors. These analyzers should replace the issues generated in these existing types:
