SergeyTeplyakov / ErrorProne.NET

Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
MIT License
869 stars 43 forks source link

Moves all diagnostic descriptor in one place #239

Closed SergeyTeplyakov closed 2 years ago

SergeyTeplyakov commented 2 years ago

Fixes #235.

The PR also fixes the issues with diagnostic descriptions in the IDE. It used to show something like this:

image (i.e. 'EPC15WithoutSuggestion: foo'. Now this is gone.