awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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/stylecopanalyzersDotNetAnalyzers 的头像

    DotNetAnalyzers/StyleCopAnalyzers

    2,848在 GitHub 上查看↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    在 GitHub 上查看↗2,848
  • dotnet/roslyn-analyzersdotnet 的头像

    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/clocAlDanial 的头像

    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/credorrrene 的头像

    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

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • sveltejs/language-toolssveltejs 的头像

    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/pylintPyCQA 的头像

    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-gomicrosoft 的头像

    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-crackercode-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/mappinggeneratorcezarypiatek 的头像

    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/tracerouteamatsuda 的头像

    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/performancemonitordotnet-architecture 的头像

    dotnet-architecture/PerformanceMonitor

    239在 GitHub 上查看↗

    .NET Core Application Performance Monitor

    C#
    在 GitHub 上查看↗239
  • dotnet/benchmarkdotnetdotnet 的头像

    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/codeformatterdotnet 的头像

    dotnet/codeformatter

    1,225在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗1,225
  • omerfarukz/webbenomerfarukz 的头像

    omerfarukz/WebBen

    12在 GitHub 上查看↗

    Cross platform HTTP server benchmark tool

    C#
    在 GitHub 上查看↗12
  • devster/ubenchdevster 的头像

    devster/ubench

    564在 GitHub 上查看↗

    Micro PHP benchmark library

    PHP
    在 GitHub 上查看↗564
  • danmayer/coverbanddanmayer 的头像

    danmayer/coverband

    2,679在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗2,679
  • bladestan/bladestanbladestan 的头像

    bladestan/bladestan

    368在 GitHub 上查看↗

    PHPStan analysis for Blade templates

    PHP
    在 GitHub 上查看↗368
  • exceptionless/foundatioexceptionless 的头像

    exceptionless/Foundatio

    2,088在 GitHub 上查看↗

    Pluggable foundation blocks for building distributed apps.

    C#
    在 GitHub 上查看↗2,088
  • github/scientistgithub 的头像

    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/roslynatorJosefPihrt 的头像

    JosefPihrt/Roslynator

    3,436在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗3,436
  • lucaslorentz/minicoverlucaslorentz 的头像

    lucaslorentz/minicover

    214在 GitHub 上查看↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    在 GitHub 上查看↗214
  • microsoft/devskimmicrosoft 的头像

    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/roslynclrheapallocationanalyzerMicrosoft 的头像

    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.phpeditorconfig-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/prontommozuras 的头像

    mmozuras/pronto

    2,670在 GitHub 上查看↗

    Quick automated code review of your changes

    Ruby
    在 GitHub 上查看↗2,670
  • mre/awesome-static-analysismre 的头像

    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.metricsnexogen-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-parsernikic 的头像

    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/fastererDamirSvrtan 的头像

    DamirSvrtan/fasterer

    1,821在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗1,821
  • edgedesigncz/phpqaEdgedesignCZ 的头像

    EdgedesignCZ/phpqa

    563在 GitHub 上查看↗

    Analyze PHP code with one command

    XSLT
    在 GitHub 上查看↗563