DotNet.SystemCollections.Analyzers
DotNet.SystemCollections.Analyzers copied to clipboard
Remove SCA1001 - It brings no value
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 developers simpler and brings less noise to a codebase.