Posts

Showing posts from October, 2017

Curated list of static analysis tools, linters and code quality checkers

Image
Here is a curated list of static analysis tools, linters and code quality checkers for various programming languages: https://github.com/mre/awesome-static-analysis C# Static code Analysis tools .NET Analyzers  - An organization for the development of analyzers (diagnostics and code fixes) using the .NET Compiler Platform. Code Analysis Rule Collection  - Contains a set of diagnostics, code fixes and refactorings built on the Microsoft .NET Compiler Platform "Roslyn". code-cracker  - An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties. CSharpEssentials  - C# Essentials is a collection of Roslyn diagnostic analyzers, code fixes and refactorings that make it easy to work with C# 6 language features. Designite  ©️ - Designite is a software design quality assessment tool. It supports detection of implementation and design smells, computation of various c