awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
dotnet avatar

dotnet/roslyn-analyzers

0
View on GitHub↗
1,671 stars·479 forks·11 views

Roslyn Analyzers

The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

Features

  • Code Analysis and Metrics - Compiler-based code analysis rules.
  • Code Analysis and Refactoring - Official diagnostic analyzers developed by the compiler team.
  • Code Analysis Platforms - Roslyn-based implementation of standard code analyzers.
  • Language Specific Analyzers - Roslyn-based implementation of FxCop analyzers.

Star history

Star history chart for dotnet/roslyn-analyzersStar history chart for dotnet/roslyn-analyzers

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Roslyn Analyzers

Similar open-source projects, ranked by how many features they share with Roslyn Analyzers.
  • microsoft/devskimmicrosoft avatar

    microsoft/DevSkim

    995View on GitHub↗

    DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.

    C#lintersdlsecurity
    View on GitHub↗995
  • icsharpcode/refactoringessentialsicsharpcode avatar

    icsharpcode/RefactoringEssentials

    634View on GitHub↗

    Refactoring Essentials for Visual Studio

    C#
    View on GitHub↗634
  • dotnetanalyzers/stylecopanalyzersDotNetAnalyzers avatar

    DotNetAnalyzers/StyleCopAnalyzers

    2,848View on GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    View on GitHub↗2,848
  • tencent/tscancodeTencent avatar

    Tencent/TscanCode

    2,117View on GitHub↗

    A static code analyzer for C++, C#, Lua

    C++
    View on GitHub↗2,117
See all 30 alternatives to Roslyn Analyzers→

Frequently asked questions

What does dotnet/roslyn-analyzers do?

The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

What are the main features of dotnet/roslyn-analyzers?

The main features of dotnet/roslyn-analyzers are: Code Analysis and Metrics, Code Analysis and Refactoring, Code Analysis Platforms, Language Specific Analyzers.

What are some open-source alternatives to dotnet/roslyn-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…