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 DefaultEqualsOrHashCodeUsageAnalyzer and HashTableIncompatAnalyzer to Core #267

Closed SergeyTeplyakov closed 8 months ago

SergeyTeplyakov commented 8 months ago

The two analyzers are very useful inlike most of the other struct analyzers. Moving them to CoreAnalyzers makes them more useful since the struct analyzers are used less frequently.