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
DotNetAnalyzers avatar

DotNetAnalyzers/StyleCopAnalyzers

0
View on GitHub↗
2,848 stars·509 forks·C#·MIT·8 views

StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform

Features

  • Code Analysis and Metrics - Style enforcement using compiler platform rules.
  • Code Analysis and Refactoring - Port of traditional style rules to the modern compiler platform.

Star history

Star history chart for dotnetanalyzers/stylecopanalyzersStar history chart for dotnetanalyzers/stylecopanalyzers

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with StyleCopAnalyzers

These projects share indexed features with StyleCopAnalyzers. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • dotnet/roslyn-analyzersdotnet avatar

    dotnet/roslyn-analyzers

    1,671View on GitHub↗

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

    hacktoberfest
    View on GitHub↗1,671
  • icsharpcode/refactoringessentialsicsharpcode avatar

    icsharpcode/RefactoringEssentials

    634View on GitHub↗

    Refactoring Essentials for Visual Studio

    C#
    View on GitHub↗634
  • aldanial/clocAlDanial avatar

    AlDanial/cloc

    23,201View on GitHub↗

    cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and physical lines of code. It serves as a source code line counter and report generator that identifies file types to calculate source volume across a wide variety of programming languages. The tool distinguishes itself by providing codebase version comparison to measure relative changes in source and comment lines between two versions of a directory or archive. It also supports the definition of custom languages and the extension of language recognition by loading custom comment fi

    Perl
    View on GitHub↗23,201
  • microsoft/vscode-gomicrosoft avatar

    microsoft/vscode-go

    5,897View on GitHub↗

    This project is a Go language extension for VS Code that provides a comprehensive development environment through a language server client, a debugging interface, and a test automation runner. It integrates language intelligence, formatting, and debugging capabilities to support the full Go language development lifecycle. The extension distinguishes itself by managing the Go toolchain, including the installation and configuration of external binaries required for language features. It also features a dedicated test automation interface that allows for the generation of unit test skeletons and

    TypeScript
    View on GitHub↗5,897
Compare all 30 related projects→

Frequently asked questions

What does dotnetanalyzers/stylecopanalyzers do?

An implementation of StyleCop rules using the .NET Compiler Platform

What are the main features of dotnetanalyzers/stylecopanalyzers?

The main features of dotnetanalyzers/stylecopanalyzers are: Code Analysis and Metrics, Code Analysis and Refactoring.

Which projects share features with dotnetanalyzers/stylecopanalyzers?

Projects with overlapping indexed features include: icsharpcode/refactoringessentials — Refactoring Essentials for Visual Studio. dotnet/roslyn-analyzers — The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and… aldanial/cloc — cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and… microsoft/vscode-go — This project is a Go language extension for VS Code that provides a comprehensive development environment through a… rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code…