DotNet.SystemCollections.Analyzers icon indicating copy to clipboard operation
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

Results 24 DotNet.SystemCollections.Analyzers issues
Sort by recently updated
recently updated
newest added

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...

good first issue
easy
quality

For instance, there are cases where the error is being picked up on a HashSet invoking Contains. This is wrong. Let's fix this.

bug