awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dotnet avatar

dotnet/codeformatterArchived

0
View on GitHub↗
1,225 estrellas·241 forks·C#·MIT·3 vistas

Codeformatter

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

Features

  • Code Analysis and Metrics - Automated source code style enforcement.

Historial de estrellas

Gráfico del historial de estrellas de dotnet/codeformatterGráfico del historial de estrellas de dotnet/codeformatter

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Codeformatter

Proyectos open-source similares, clasificados según cuántas características comparten con Codeformatter.
  • aldanial/clocAvatar de AlDanial

    AlDanial/cloc

    23,201Ver en 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
    Ver en GitHub↗23,201
  • amatsuda/tracerouteAvatar de amatsuda

    amatsuda/traceroute

    905Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗905
  • colszowka/simplecovAvatar de colszowka

    colszowka/simplecov

    4,902Ver en GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    Ver en GitHub↗4,902
  • alhardy/appmetricsAvatar de alhardy

    alhardy/AppMetrics

    2,249Ver en GitHub↗

    App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.

    C#
    Ver en GitHub↗2,249
Ver las 30 alternativas a Codeformatter→

Preguntas frecuentes

¿Qué hace dotnet/codeformatter?

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

¿Cuáles son las características principales de dotnet/codeformatter?

Las características principales de dotnet/codeformatter son: Code Analysis and Metrics.

¿Qué alternativas de código abierto existen para dotnet/codeformatter?

Las alternativas de código abierto para dotnet/codeformatter incluyen: aldanial/cloc — cloc is a codebase metrics tool and multi-language code analyzer designed to count blank lines, comment lines, and… amatsuda/traceroute — A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app. colszowka/simplecov — SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code… damirsvrtan/fasterer — :zap: Don't make your Rubies go fast. Make them go fasterer ™. :zap:. danmayer/coverband — Ruby production code coverage collection and reporting (line of code usage). alhardy/appmetrics — App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.