awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 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/stylecopanalyzersالصورة الرمزية لـ DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848عرض على GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    عرض على GitHub↗2,848
  • dotnet/roslyn-analyzersالصورة الرمزية لـ dotnet

    dotnet/roslyn-analyzers

    1,671عرض على GitHub↗

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

    hacktoberfest
    عرض على GitHub↗1,671
  • aldanial/clocالصورة الرمزية لـ AlDanial

    AlDanial/cloc

    23,201عرض على 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
    عرض على GitHub↗23,201
  • rrrene/credoالصورة الرمزية لـ rrrene

    rrrene/credo

    5,193عرض على 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
    عرض على GitHub↗5,193

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • sveltejs/language-toolsالصورة الرمزية لـ sveltejs

    sveltejs/language-tools

    1,431عرض على 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
    عرض على GitHub↗1,431
  • pycqa/pylintالصورة الرمزية لـ PyCQA

    PyCQA/pylint

    5,685عرض على 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
    عرض على GitHub↗5,685
  • microsoft/vscode-goالصورة الرمزية لـ microsoft

    microsoft/vscode-go

    5,897عرض على 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
    عرض على GitHub↗5,897
  • code-cracker/code-crackerالصورة الرمزية لـ code-cracker

    code-cracker/code-cracker

    1,149عرض على GitHub↗

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

    C#
    عرض على GitHub↗1,149
  • cezarypiatek/mappinggeneratorالصورة الرمزية لـ cezarypiatek

    cezarypiatek/MappingGenerator

    1,023عرض على 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#
    عرض على GitHub↗1,023
  • amatsuda/tracerouteالصورة الرمزية لـ amatsuda

    amatsuda/traceroute

    905عرض على GitHub↗

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

    Ruby
    عرض على GitHub↗905
  • dotnet-architecture/performancemonitorالصورة الرمزية لـ dotnet-architecture

    dotnet-architecture/PerformanceMonitor

    239عرض على GitHub↗

    .NET Core Application Performance Monitor

    C#
    عرض على GitHub↗239
  • dotnet/benchmarkdotnetالصورة الرمزية لـ dotnet

    dotnet/BenchmarkDotNet

    11,428عرض على 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
    عرض على GitHub↗11,428
  • dotnet/codeformatterالصورة الرمزية لـ dotnet

    dotnet/codeformatter

    1,225عرض على GitHub↗

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

    C#
    عرض على GitHub↗1,225
  • omerfarukz/webbenالصورة الرمزية لـ omerfarukz

    omerfarukz/WebBen

    12عرض على GitHub↗

    Cross platform HTTP server benchmark tool

    C#
    عرض على GitHub↗12
  • devster/ubenchالصورة الرمزية لـ devster

    devster/ubench

    564عرض على GitHub↗

    Micro PHP benchmark library

    PHP
    عرض على GitHub↗564
  • danmayer/coverbandالصورة الرمزية لـ danmayer

    danmayer/coverband

    2,679عرض على GitHub↗

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

    Ruby
    عرض على GitHub↗2,679
  • bladestan/bladestanالصورة الرمزية لـ bladestan

    bladestan/bladestan

    368عرض على GitHub↗

    PHPStan analysis for Blade templates

    PHP
    عرض على GitHub↗368
  • exceptionless/foundatioالصورة الرمزية لـ exceptionless

    exceptionless/Foundatio

    2,088عرض على GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    عرض على GitHub↗2,088
  • github/scientistالصورة الرمزية لـ github

    github/scientist

    7,719عرض على 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
    عرض على GitHub↗7,719
  • josefpihrt/roslynatorالصورة الرمزية لـ JosefPihrt

    JosefPihrt/Roslynator

    3,436عرض على GitHub↗

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

    C#
    عرض على GitHub↗3,436
  • lucaslorentz/minicoverالصورة الرمزية لـ lucaslorentz

    lucaslorentz/minicover

    214عرض على GitHub↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    عرض على GitHub↗214
  • microsoft/devskimالصورة الرمزية لـ microsoft

    microsoft/DevSkim

    995عرض على GitHub↗

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

    C#lintersdlsecurity
    عرض على GitHub↗995
  • microsoft/roslynclrheapallocationanalyzerالصورة الرمزية لـ Microsoft

    Microsoft/RoslynClrHeapAllocationAnalyzer

    654عرض على 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#
    عرض على GitHub↗654
  • editorconfig-checker/editorconfig-checker.phpالصورة الرمزية لـ editorconfig-checker

    editorconfig-checker/editorconfig-checker.php

    74عرض على GitHub↗

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

    PHP
    عرض على GitHub↗74
  • mmozuras/prontoالصورة الرمزية لـ mmozuras

    mmozuras/pronto

    2,670عرض على GitHub↗

    Quick automated code review of your changes

    Ruby
    عرض على GitHub↗2,670
  • mre/awesome-static-analysisالصورة الرمزية لـ mre

    mre/awesome-static-analysis

    14,627عرض على 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
    عرض على GitHub↗14,627
  • nexogen-international/nexogen.libraries.metricsالصورة الرمزية لـ nexogen-international

    nexogen-international/Nexogen.Libraries.Metrics

    60عرض على GitHub↗

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

    C#histogrammetricsnuget
    عرض على GitHub↗60
  • nikic/php-parserالصورة الرمزية لـ nikic

    nikic/PHP-Parser

    17,437عرض على 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
    عرض على GitHub↗17,437
  • damirsvrtan/fastererالصورة الرمزية لـ DamirSvrtan

    DamirSvrtan/fasterer

    1,821عرض على GitHub↗

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

    Ruby
    عرض على GitHub↗1,821
  • edgedesigncz/phpqaالصورة الرمزية لـ EdgedesignCZ

    EdgedesignCZ/phpqa

    563عرض على GitHub↗

    Analyze PHP code with one command

    XSLT
    عرض على GitHub↗563