How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.
Refactoring Essentials for Visual Studio
An implementation of StyleCop rules using the .NET Compiler Platform
The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.
The main features of dotnet/roslyn-analyzers are: Code Analysis and Metrics, Code Analysis and Refactoring, Code Analysis Platforms, Language Specific Analyzers.
Open-source alternatives to dotnet/roslyn-analyzers include: w0rp/ale — Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers… tencent/tscancode — A static code analyzer for C++, C#, Lua. icsharpcode/refactoringessentials — Refactoring Essentials for Visual Studio. dotnetanalyzers/stylecopanalyzers — An implementation of StyleCop rules using the .NET Compiler Platform. microsoft/devskim — DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities. aldanial/cloc — cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and…