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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dotnetanalyzers/stylecopanalyzers

Open-source alternatives to StyleCopAnalyzers

30 open-source projects similar to dotnetanalyzers/stylecopanalyzers, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best StyleCopAnalyzers alternative.

  • icsharpcode/refactoringessentialsAvatar icsharpcode

    icsharpcode/RefactoringEssentials

    634Vezi pe GitHub↗

    Refactoring Essentials for Visual Studio

    C#
    Vezi pe GitHub↗634
  • dotnet/roslyn-analyzersAvatar dotnet

    dotnet/roslyn-analyzers

    1,671Vezi pe GitHub↗

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

    hacktoberfest
    Vezi pe GitHub↗1,671
  • aldanial/clocAvatar AlDanial

    AlDanial/cloc

    23,201Vezi pe 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
    Vezi pe GitHub↗23,201
  • microsoft/vscode-goAvatar microsoft

    microsoft/vscode-go

    5,897Vezi pe 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
    Vezi pe GitHub↗5,897

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • sveltejs/language-toolsAvatar sveltejs

    sveltejs/language-tools

    1,431Vezi pe GitHub↗

    This project is a language server implementation and code editor extension designed to provide intelligence for Svelte components. It functions as a static analysis tool that parses source code to deliver real-time feedback, automated formatting, and code navigation within development environments. The tool distinguishes itself by utilizing a virtual file system mapping that translates component files into modules, allowing standard language tools to process non-standard syntax. It integrates directly with the TypeScript compiler to perform type checking and static analysis across mixed scrip

    TypeScriptlanguage-serversveltevscode-extension
    Vezi pe GitHub↗1,431
  • pycqa/pylintAvatar PyCQA

    PyCQA/pylint

    5,685Vezi pe GitHub↗

    Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and code smells without executing the program. It parses code into an abstract syntax tree and walks the tree to detect issues, enforces configurable style rules and naming conventions, and identifies duplicate code blocks by comparing tokenised source sequences. The tool also includes an inference engine that deduces variable types by simulating code paths, enabling deeper analysis even in untyped code. What distinguishes Pylint is its plugin-based checker architecture, which allo

    Python
    Vezi pe GitHub↗5,685
  • rrrene/credoAvatar rrrene

    rrrene/credo

    5,193Vezi pe GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    Vezi pe GitHub↗5,193
  • code-cracker/code-crackerAvatar code-cracker

    code-cracker/code-cracker

    1,149Vezi pe GitHub↗

    An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.

    C#
    Vezi pe GitHub↗1,149
  • cezarypiatek/mappinggeneratorAvatar cezarypiatek

    cezarypiatek/MappingGenerator

    1,023Vezi pe GitHub↗

    "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time. Read more Mapping Generator – Design Time Alternative to AutoMapper

    C#
    Vezi pe GitHub↗1,023
  • amatsuda/tracerouteAvatar amatsuda

    amatsuda/traceroute

    905Vezi pe GitHub↗

    A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app

    Ruby
    Vezi pe GitHub↗905
  • dotnet-architecture/performancemonitorAvatar dotnet-architecture

    dotnet-architecture/PerformanceMonitor

    239Vezi pe GitHub↗

    .NET Core Application Performance Monitor

    C#
    Vezi pe GitHub↗239
  • dotnet/benchmarkdotnetAvatar dotnet

    dotnet/BenchmarkDotNet

    11,428Vezi pe GitHub↗

    BenchmarkDotNet is a library and tool suite for measuring the execution time and memory allocation of .NET code. It utilizes statistical sampling and warm-up iterations to determine the stability and precise execution speed of specific methods. The project provides a JIT disassembly viewer to inspect processor disassembly and analyze how the compiler executes code paths. It includes a memory allocation profiler that tracks managed and native memory traffic to identify efficiency bottlenecks. Additionally, a runtime performance comparator allows the same benchmarks to be executed across differ

    C#benchmarkbenchmarkingc-sharp
    Vezi pe GitHub↗11,428
  • dotnet/codeformatterAvatar dotnet

    dotnet/codeformatter

    1,225Vezi pe GitHub↗

    Tool that uses Roslyn to automatically rewrite the source to follow our coding styles

    C#
    Vezi pe GitHub↗1,225
  • omerfarukz/webbenAvatar omerfarukz

    omerfarukz/WebBen

    12Vezi pe GitHub↗

    Cross platform HTTP server benchmark tool

    C#
    Vezi pe GitHub↗12
  • devster/ubenchAvatar devster

    devster/ubench

    564Vezi pe GitHub↗

    Micro PHP benchmark library

    PHP
    Vezi pe GitHub↗564
  • danmayer/coverbandAvatar danmayer

    danmayer/coverband

    2,679Vezi pe GitHub↗

    Ruby production code coverage collection and reporting (line of code usage)

    Ruby
    Vezi pe GitHub↗2,679
  • bladestan/bladestanAvatar bladestan

    bladestan/bladestan

    368Vezi pe GitHub↗

    PHPStan analysis for Blade templates

    PHP
    Vezi pe GitHub↗368
  • github/scientistAvatar github

    github/scientist

    7,719Vezi pe GitHub↗

    Scientist is a Ruby code parity testing library and production experimentation framework. It allows for the safe deployment of candidate code paths alongside a control implementation to verify that new logic produces the same outputs and exceptions as the original. The library identifies behavioral divergences between legacy and refactored code by running both versions in a live environment. It functions as a refactoring regression detector, measuring performance parity and detecting mismatches using real-world data without affecting the end user. The system covers broad capabilities for mon

    Ruby
    Vezi pe GitHub↗7,719
  • exceptionless/foundatioAvatar exceptionless

    exceptionless/Foundatio

    2,088Vezi pe GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Vezi pe GitHub↗2,088
  • josefpihrt/roslynatorAvatar JosefPihrt

    JosefPihrt/Roslynator

    3,436Vezi pe GitHub↗

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

    C#
    Vezi pe GitHub↗3,436
  • lucaslorentz/minicoverAvatar lucaslorentz

    lucaslorentz/minicover

    214Vezi pe GitHub↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    Vezi pe GitHub↗214
  • microsoft/devskimAvatar microsoft

    microsoft/DevSkim

    995Vezi pe GitHub↗

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

    C#lintersdlsecurity
    Vezi pe GitHub↗995
  • microsoft/roslynclrheapallocationanalyzerAvatar Microsoft

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654Vezi pe GitHub↗

    NOTE This project is no longer maintained. The high impact analyzers from this repository are being merged with dotnet/roslyn-analyzers. As such, this repo was archived

    C#
    Vezi pe GitHub↗654
  • damirsvrtan/fastererAvatar DamirSvrtan

    DamirSvrtan/fasterer

    1,821Vezi pe GitHub↗

    :zap: Don't make your Rubies go fast. Make them go fasterer ™. :zap:

    Ruby
    Vezi pe GitHub↗1,821
  • mmozuras/prontoAvatar mmozuras

    mmozuras/pronto

    2,670Vezi pe GitHub↗

    Quick automated code review of your changes

    Ruby
    Vezi pe GitHub↗2,670
  • mre/awesome-static-analysisAvatar mre

    mre/awesome-static-analysis

    14,627Vezi pe GitHub↗

    ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.

    Rust
    Vezi pe GitHub↗14,627
  • nexogen-international/nexogen.libraries.metricsAvatar nexogen-international

    nexogen-international/Nexogen.Libraries.Metrics

    60Vezi pe GitHub↗

    Library for collecting application metrics in .NET and exporting them to Prometheus

    C#histogrammetricsnuget
    Vezi pe GitHub↗60
  • nikic/php-parserAvatar nikic

    nikic/PHP-Parser

    17,437Vezi pe GitHub↗

    PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic manipulation. It functions as a parser, a code generator, and a static analysis framework. The project enables the programmatic construction of abstract syntax tree nodes through a fluent interface and provides the ability to transform these trees back into formatted source code. It includes a serializer that exports abstract syntax trees to JSON format and reconstructs them from strings. The toolset covers several capability areas, including namespace resolution, constant exp

    PHP
    Vezi pe GitHub↗17,437
  • editorconfig-checker/editorconfig-checker.phpAvatar editorconfig-checker

    editorconfig-checker/editorconfig-checker.php

    74Vezi pe GitHub↗

    A tool to verify that your files are in harmony with your .editorconfig

    PHP
    Vezi pe GitHub↗74
  • edgedesigncz/phpqaAvatar EdgedesignCZ

    EdgedesignCZ/phpqa

    563Vezi pe GitHub↗

    Analyze PHP code with one command

    XSLT
    Vezi pe GitHub↗563