awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to icsharpcode/refactoringessentials

Open-source alternatives to RefactoringEssentials

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

  • dotnetanalyzers/stylecopanalyzersAvatar de DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848Ver en GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    Ver en GitHub↗2,848
  • dotnet/roslyn-analyzersAvatar de dotnet

    dotnet/roslyn-analyzers

    1,671Ver en GitHub↗

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

    hacktoberfest
    Ver en GitHub↗1,671
  • aldanial/clocAvatar de AlDanial

    AlDanial/cloc

    23,201Ver en 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
    Ver en GitHub↗23,201
  • rrrene/credoAvatar de rrrene

    rrrene/credo

    5,193Ver en 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
    Ver en GitHub↗5,193

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

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

    sveltejs/language-tools

    1,431Ver en 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
    Ver en GitHub↗1,431
  • pycqa/pylintAvatar de PyCQA

    PyCQA/pylint

    5,685Ver en 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
    Ver en GitHub↗5,685
  • microsoft/vscode-goAvatar de microsoft

    microsoft/vscode-go

    5,897Ver en 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
    Ver en GitHub↗5,897
  • code-cracker/code-crackerAvatar de code-cracker

    code-cracker/code-cracker

    1,149Ver en GitHub↗

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

    C#
    Ver en GitHub↗1,149
  • cezarypiatek/mappinggeneratorAvatar de cezarypiatek

    cezarypiatek/MappingGenerator

    1,023Ver en 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#
    Ver en GitHub↗1,023
  • amatsuda/tracerouteAvatar de amatsuda

    amatsuda/traceroute

    905Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗905
  • dotnet-architecture/performancemonitorAvatar de dotnet-architecture

    dotnet-architecture/PerformanceMonitor

    239Ver en GitHub↗

    .NET Core Application Performance Monitor

    C#
    Ver en GitHub↗239
  • dotnet/benchmarkdotnetAvatar de dotnet

    dotnet/BenchmarkDotNet

    11,428Ver en 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
    Ver en GitHub↗11,428
  • dotnet/codeformatterAvatar de dotnet

    dotnet/codeformatter

    1,225Ver en GitHub↗

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

    C#
    Ver en GitHub↗1,225
  • omerfarukz/webbenAvatar de omerfarukz

    omerfarukz/WebBen

    12Ver en GitHub↗

    Cross platform HTTP server benchmark tool

    C#
    Ver en GitHub↗12
  • devster/ubenchAvatar de devster

    devster/ubench

    564Ver en GitHub↗

    Micro PHP benchmark library

    PHP
    Ver en GitHub↗564
  • danmayer/coverbandAvatar de danmayer

    danmayer/coverband

    2,679Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗2,679
  • bladestan/bladestanAvatar de bladestan

    bladestan/bladestan

    368Ver en GitHub↗

    PHPStan analysis for Blade templates

    PHP
    Ver en GitHub↗368
  • exceptionless/foundatioAvatar de exceptionless

    exceptionless/Foundatio

    2,088Ver en GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Ver en GitHub↗2,088
  • github/scientistAvatar de github

    github/scientist

    7,719Ver en 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
    Ver en GitHub↗7,719
  • josefpihrt/roslynatorAvatar de JosefPihrt

    JosefPihrt/Roslynator

    3,436Ver en GitHub↗

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

    C#
    Ver en GitHub↗3,436
  • lucaslorentz/minicoverAvatar de lucaslorentz

    lucaslorentz/minicover

    214Ver en GitHub↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    Ver en GitHub↗214
  • microsoft/devskimAvatar de microsoft

    microsoft/DevSkim

    995Ver en GitHub↗

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

    C#lintersdlsecurity
    Ver en GitHub↗995
  • microsoft/roslynclrheapallocationanalyzerAvatar de Microsoft

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654Ver en 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#
    Ver en GitHub↗654
  • editorconfig-checker/editorconfig-checker.phpAvatar de editorconfig-checker

    editorconfig-checker/editorconfig-checker.php

    74Ver en GitHub↗

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

    PHP
    Ver en GitHub↗74
  • mmozuras/prontoAvatar de mmozuras

    mmozuras/pronto

    2,670Ver en GitHub↗

    Quick automated code review of your changes

    Ruby
    Ver en GitHub↗2,670
  • mre/awesome-static-analysisAvatar de mre

    mre/awesome-static-analysis

    14,627Ver en 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
    Ver en GitHub↗14,627
  • nexogen-international/nexogen.libraries.metricsAvatar de nexogen-international

    nexogen-international/Nexogen.Libraries.Metrics

    60Ver en GitHub↗

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

    C#histogrammetricsnuget
    Ver en GitHub↗60
  • nikic/php-parserAvatar de nikic

    nikic/PHP-Parser

    17,437Ver en 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
    Ver en GitHub↗17,437
  • damirsvrtan/fastererAvatar de DamirSvrtan

    DamirSvrtan/fasterer

    1,821Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗1,821
  • edgedesigncz/phpqaAvatar de EdgedesignCZ

    EdgedesignCZ/phpqa

    563Ver en GitHub↗

    Analyze PHP code with one command

    XSLT
    Ver en GitHub↗563