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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JosefPihrt avatar

JosefPihrt/Roslynator

0
View on GitHub↗
3,436 星标·285 分支·C#·4 次浏览josefpihrt.github.io/docs/roslynator↗

Roslynator

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

Features

  • Code Analysis and Refactoring - Extensive suite of analyzers and refactorings for code quality.
  • Static Analysis Tools - Collection of analyzers and refactorings for C#.
  • Visual Studio Plugins - Collection of analyzers and refactorings for C#.

Star 历史

josefpihrt/roslynator 的 Star 历史图表josefpihrt/roslynator 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Roslynator 的开源替代方案

相似的开源项目,按与 Roslynator 的功能重合度排序。
  • 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
  • phpro/grumphpphpro 的头像

    phpro/grumphp

    4,294在 GitHub 上查看↗

    GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates the installation and execution of script triggers to enforce code quality standards within PHP projects. The tool prevents non-compliant code from being committed by running a suite of validation and linting tasks during the Git workflow. It integrates automated quality checks directly into the local development environment to maintain project standards. The system manages pre-commit testing workflows by executing quality tests and automating Git hooks. It uses a task-based

    PHP
    在 GitHub 上查看↗4,294
  • 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
  • povils/phpmndpovils 的头像

    povils/phpmnd

    584在 GitHub 上查看↗

    PHP Magic Number Detector

    PHP
    在 GitHub 上查看↗584
查看 Roslynator 的所有 30 个替代方案→

常见问题解答

josefpihrt/roslynator 是做什么的?

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

josefpihrt/roslynator 的主要功能有哪些?

josefpihrt/roslynator 的主要功能包括:Code Analysis and Refactoring, Static Analysis Tools, Visual Studio Plugins。

josefpihrt/roslynator 有哪些开源替代品?

josefpihrt/roslynator 的开源替代品包括: rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code… phpro/grumphp — GrumPHP is a Git commit validator and PHP code quality orchestrator. It functions as a Git hook manager that automates… povils/phpmnd — PHP Magic Number Detector. tomzx/php-semver-checker — Compares two source sets and determines the appropriate semantic versioning to apply. nikic/php-parser — PHP-Parser is a tool that converts PHP source code into an abstract syntax tree for static analysis and programmatic… hjlebbink/asm-dude — asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It…