- Fixed disable DeeplyNestedCodeFeatureAnalyze for root block (commit)
- Fixed false positive of Control Flag (commit)
-
Changed highlight area for analyzers (commit):
-
Switch statements should not be nested
-
Switch should not have a lot of cases
-
Deeply nested code
-
-
Changed behavior of LongMethodFeatureAnalyze and LambdaHaveTooManyLinesFeatureAnalyze. They now count the actual number of lines of code. (commit)
-
Magic value: added analysis of logical expressions (commit)
-
Method should not have many return statements: for switch all returns are counted as 1 (commit)
- Fixed support visual studio 2022 (commit)
- "ThreadStatic" fields should not be initialized. (#65)
- Middle man. (#33)
- VSIX package: support visual studio 2022 (commit)
- All analyzers from assembly BlowinCleanCode failed to load: Unable to load one or more of the requested types. (#82)