denys-prodan
-
- 102,086 total downloads
- last updated 7/24/2019
- Latest version: 0.6.10
Check that switch statement covers all cases for enumerations, all Interface implementations or base class inheritors. Additional rule to check - switch statement doesn't have "default" branch or this branch... More information -
-
- 7,033 total downloads
- last updated 7/19/2019
- Latest version: 0.3.6
Metapackage that includes analyzers to improve code correctness. Not affiliated with Bob Martin. -
-
-
- 5,877 total downloads
- last updated 9/17/2018
- Latest version: 0.4.1
Checks that all object-type arguments are checked to be not-null inside of constructor. Provide fixer that adds these checks automatically. -
-
-
- 5,741 total downloads
- last updated 12/20/2018
- Latest version: 0.1.5
Exception handling analyzer - trying to catch common antipatterns in exception handling: throw ex - leads to lost stack trace Not used exception object Rethrow new exception without inner exception -
-
-
- 5,085 total downloads
- last updated 9/17/2018
- Latest version: 0.3.1
A diagnostic extension that verifies calls with 4 and more parameters must have parameter names. -
-
- 2,347 total downloads
- last updated 7/22/2019
- Latest version: 1.0.0
Common library for CleanCode.NET analyzers