Vogen icon indicating copy to clipboard operation
Vogen copied to clipboard

Move analyzers from pipelines (generators) to specific analyzers

Open SteveDunn opened this issue 3 years ago • 0 comments

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: image

SteveDunn avatar Sep 25 '22 16:09 SteveDunn