SergeyTeplyakov / ErrorProne.NET

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

Move all diagnostic descriptors in one place #235

Closed SergeyTeplyakov closed 3 years ago

SergeyTeplyakov commented 3 years ago

It seems that this is a better pattern than to have all of them in different analyzers.