DotNet.SystemCollections.Analyzers
DotNet.SystemCollections.Analyzers copied to clipboard
A set of code analyzers & code fix providers to help developers use the proper .NET Collection & API in their algorithms
the current link redirects to https://github.com/hypertherm/DotNet.SystemCollections.Analyzers/blob/master/ruleset.md#documentation/performanceRules.md instead of https://github.com/hypertherm/DotNet.SystemCollections.Analyzers/blob/master/documentation/performanceRules.md
fixed documentation links
Returning an IReadOnlyList over an array brings confusion. It depends on a case-by-case basis. There's no hard requirement to choose one over the other. Removing it makes the life of...
For instance, there are cases where the error is being picked up on a HashSet invoking Contains. This is wrong. Let's fix this.