awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
JosefPihrt avatar

JosefPihrt/Roslynator

0
View on GitHub↗
3,436 stars·285 forks·C#·11 viewsjosefpihrt.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 history

Star history chart for josefpihrt/roslynatorStar history chart for josefpihrt/roslynator

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Roslynator

These projects share indexed features with Roslynator. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rrrene/credorrrene avatar

    rrrene/credo

    5,193View on 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
    View on GitHub↗5,193
  • phpro/grumphpphpro avatar

    phpro/grumphp

    4,294View on 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
    View on GitHub↗4,294
  • nikic/php-parsernikic avatar

    nikic/PHP-Parser

    17,437View on 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
    View on GitHub↗17,437
  • povils/phpmndpovils avatar

    povils/phpmnd

    584View on GitHub↗

    PHP Magic Number Detector

    PHP
    View on GitHub↗584
Compare all 30 related projects→

Frequently asked questions

What does josefpihrt/roslynator do?

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

What are the main features of josefpihrt/roslynator?

The main features of josefpihrt/roslynator are: Code Analysis and Refactoring, Static Analysis Tools, Visual Studio Plugins.

Which projects share features with josefpihrt/roslynator?

Projects with overlapping indexed features include: 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…