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

Warn when a non-defaultable struct doesn't have a constructor #237

Closed SergeyTeplyakov closed 3 years ago

SergeyTeplyakov commented 3 years ago

Plus, fixing #230 and #226.