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
orContainsKey
in place ofTryGetValue
when discarding the value. (MD0010 and MD0011)
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.