DotNet.SystemCollections.Analyzers
DotNet.SystemCollections.Analyzers copied to clipboard
SCA0002 - Only trigger an error notification to developers when Contains is invoked on a non hash table collection
For instance, there are cases where the error is being picked up on a HashSet invoking Contains. This is wrong. Let's fix this.