awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 von DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848Auf GitHub ansehen↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    Auf GitHub ansehen↗2,848
  • dotnet/roslyn-analyzersAvatar von dotnet

    dotnet/roslyn-analyzers

    1,671Auf GitHub ansehen↗

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

    hacktoberfest
    Auf GitHub ansehen↗1,671
  • aldanial/clocAvatar von AlDanial

    AlDanial/cloc

    23,201Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,201
  • rrrene/credoAvatar von rrrene

    rrrene/credo

    5,193Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,193

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

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

    sveltejs/language-tools

    1,431Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,431
  • pycqa/pylintAvatar von PyCQA

    PyCQA/pylint

    5,685Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,685
  • microsoft/vscode-goAvatar von microsoft

    microsoft/vscode-go

    5,897Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,897
  • code-cracker/code-crackerAvatar von code-cracker

    code-cracker/code-cracker

    1,149Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗1,149
  • cezarypiatek/mappinggeneratorAvatar von cezarypiatek

    cezarypiatek/MappingGenerator

    1,023Auf GitHub ansehen↗

    "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#
    Auf GitHub ansehen↗1,023
  • amatsuda/tracerouteAvatar von amatsuda

    amatsuda/traceroute

    905Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗905
  • dotnet-architecture/performancemonitorAvatar von dotnet-architecture

    dotnet-architecture/PerformanceMonitor

    239Auf GitHub ansehen↗

    .NET Core Application Performance Monitor

    C#
    Auf GitHub ansehen↗239
  • dotnet/benchmarkdotnetAvatar von dotnet

    dotnet/BenchmarkDotNet

    11,428Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,428
  • dotnet/codeformatterAvatar von dotnet

    dotnet/codeformatter

    1,225Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗1,225
  • omerfarukz/webbenAvatar von omerfarukz

    omerfarukz/WebBen

    12Auf GitHub ansehen↗

    Cross platform HTTP server benchmark tool

    C#
    Auf GitHub ansehen↗12
  • devster/ubenchAvatar von devster

    devster/ubench

    564Auf GitHub ansehen↗

    Micro PHP benchmark library

    PHP
    Auf GitHub ansehen↗564
  • danmayer/coverbandAvatar von danmayer

    danmayer/coverband

    2,679Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗2,679
  • bladestan/bladestanAvatar von bladestan

    bladestan/bladestan

    368Auf GitHub ansehen↗

    PHPStan analysis for Blade templates

    PHP
    Auf GitHub ansehen↗368
  • exceptionless/foundatioAvatar von exceptionless

    exceptionless/Foundatio

    2,088Auf GitHub ansehen↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Auf GitHub ansehen↗2,088
  • github/scientistAvatar von github

    github/scientist

    7,719Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,719
  • josefpihrt/roslynatorAvatar von JosefPihrt

    JosefPihrt/Roslynator

    3,436Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗3,436
  • lucaslorentz/minicoverAvatar von lucaslorentz

    lucaslorentz/minicover

    214Auf GitHub ansehen↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    Auf GitHub ansehen↗214
  • microsoft/devskimAvatar von microsoft

    microsoft/DevSkim

    995Auf GitHub ansehen↗

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

    C#lintersdlsecurity
    Auf GitHub ansehen↗995
  • microsoft/roslynclrheapallocationanalyzerAvatar von Microsoft

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗654
  • editorconfig-checker/editorconfig-checker.phpAvatar von editorconfig-checker

    editorconfig-checker/editorconfig-checker.php

    74Auf GitHub ansehen↗

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

    PHP
    Auf GitHub ansehen↗74
  • mmozuras/prontoAvatar von mmozuras

    mmozuras/pronto

    2,670Auf GitHub ansehen↗

    Quick automated code review of your changes

    Ruby
    Auf GitHub ansehen↗2,670
  • mre/awesome-static-analysisAvatar von mre

    mre/awesome-static-analysis

    14,627Auf GitHub ansehen↗

    ⚙️ 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
    Auf GitHub ansehen↗14,627
  • nexogen-international/nexogen.libraries.metricsAvatar von nexogen-international

    nexogen-international/Nexogen.Libraries.Metrics

    60Auf GitHub ansehen↗

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

    C#histogrammetricsnuget
    Auf GitHub ansehen↗60
  • nikic/php-parserAvatar von nikic

    nikic/PHP-Parser

    17,437Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,437
  • damirsvrtan/fastererAvatar von DamirSvrtan

    DamirSvrtan/fasterer

    1,821Auf GitHub ansehen↗

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

    Ruby
    Auf GitHub ansehen↗1,821
  • edgedesigncz/phpqaAvatar von EdgedesignCZ

    EdgedesignCZ/phpqa

    563Auf GitHub ansehen↗

    Analyze PHP code with one command

    XSLT
    Auf GitHub ansehen↗563