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

mikaellindemann/Roslyn.Analyzers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of analyzers I didn't find in Roslynator and Microsoft.FxCopAnalyzers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published