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

SITUATION: The software developer is creating a temporary list such as `List someList = new List();` and has some logic to determine whether or not they should add an element...

hard
performance gains expected