Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.35 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.35 KB

Lindemann.Analyzers

Nuget

Azure DevOps builds (branch) Azure DevOps tests (branch) Azure DevOps coverage (branch)

A small number of C# analyzers I didn't find in FxCopAnalyzers and Roslynator.

Currently has the following analyzers and code fixes:

  • Remove redundant array creation expressions in params parameters (MD0001 and MD0002)
  • Use Contains or ContainsKey in place of TryGetValue when discarding the value. (MD0010 and MD0011)

Contribution

If anyone at all would like to contribute to the analyzers, please don't hesitate to open issues and pull requests.

As these analyzers are my first take on static code analysis, there might be mistakes, or just better ways of doing analysis as well as code fixes.

If at some point it makes sense to not have this project under my personal account, lets make a shared effort to move the code and change the name of the repository as well as the package.