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

Implement RPC23 #266

Closed SergeyTeplyakov closed 8 months ago

SergeyTeplyakov commented 8 months ago

Implements 'Avoid using Enumerable.Contains on HashSet' analyzer.

Here is an example:

image