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
·
Back to dotnet/codeformatter

Open-source alternatives to Codeformatter

30 open-source projects similar to dotnet/codeformatter, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Codeformatter alternative.

  • 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
  • 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
  • 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

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.

Find more with AI search
  • damirsvrtan/fastererAvatar de DamirSvrtan

    DamirSvrtan/fasterer

    1,821Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗1,821
  • danmayer/coverbandAvatar de danmayer

    danmayer/coverband

    2,679Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗2,679
  • dotnet-architecture/performancemonitorAvatar de dotnet-architecture

    dotnet-architecture/PerformanceMonitor

    239Ver en GitHub↗

    .NET Core Application Performance Monitor

    C#
    Ver en GitHub↗239
  • dotnet/benchmarkdotnetAvatar de dotnet

    dotnet/BenchmarkDotNet

    11,428Ver en 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
    Ver en GitHub↗11,428
  • dotnet/roslyn-analyzersAvatar de dotnet

    dotnet/roslyn-analyzers

    1,671Ver en GitHub↗

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

    hacktoberfest
    Ver en GitHub↗1,671
  • dotnetanalyzers/stylecopanalyzersAvatar de DotNetAnalyzers

    DotNetAnalyzers/StyleCopAnalyzers

    2,848Ver en GitHub↗

    An implementation of StyleCop rules using the .NET Compiler Platform

    C#
    Ver en GitHub↗2,848
  • exceptionless/foundatioAvatar de exceptionless

    exceptionless/Foundatio

    2,088Ver en GitHub↗

    Pluggable foundation blocks for building distributed apps.

    C#
    Ver en GitHub↗2,088
  • github/scientistAvatar de github

    github/scientist

    7,719Ver en 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
    Ver en GitHub↗7,719
  • icsharpcode/refactoringessentialsAvatar de icsharpcode

    icsharpcode/RefactoringEssentials

    634Ver en GitHub↗

    Refactoring Essentials for Visual Studio

    C#
    Ver en GitHub↗634
  • lucaslorentz/minicoverAvatar de lucaslorentz

    lucaslorentz/minicover

    214Ver en GitHub↗

    Cross platform code coverage tool for .NET Core

    C#code-coveragecoveragedotnet
    Ver en GitHub↗214
  • microsoft/devskimAvatar de microsoft

    microsoft/DevSkim

    995Ver en GitHub↗

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

    C#lintersdlsecurity
    Ver en GitHub↗995
  • mmozuras/prontoAvatar de mmozuras

    mmozuras/pronto

    2,670Ver en GitHub↗

    Quick automated code review of your changes

    Ruby
    Ver en GitHub↗2,670
  • mre/awesome-static-analysisAvatar de mre

    mre/awesome-static-analysis

    14,627Ver en 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
    Ver en GitHub↗14,627
  • nexogen-international/nexogen.libraries.metricsAvatar de nexogen-international

    nexogen-international/Nexogen.Libraries.Metrics

    60Ver en GitHub↗

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

    C#histogrammetricsnuget
    Ver en GitHub↗60
  • omerfarukz/webbenAvatar de omerfarukz

    omerfarukz/WebBen

    12Ver en GitHub↗

    Cross platform HTTP server benchmark tool

    C#
    Ver en GitHub↗12
  • opencover/opencoverAvatar de OpenCover

    OpenCover/opencover

    1,330Ver en GitHub↗

    A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points

    C++coverageopencoverprofiler
    Ver en GitHub↗1,330
  • petabridge/nbenchAvatar de petabridge

    petabridge/NBench

    540Ver en GitHub↗

    Performance benchmarking and testing framework for .NET applications :chartwithupwards_trend:

    C#benchmarkdotnetgarbage-collection
    Ver en GitHub↗540
  • presidentbeef/brakemanAvatar de presidentbeef

    presidentbeef/brakeman

    7,248Ver en GitHub↗

    Brakeman is a static analysis security tool and scanner specifically designed for Ruby on Rails source code. It identifies common security vulnerabilities, such as injection and cross-site scripting, by analyzing the application codebase without executing the application. The tool functions as a security auditor that detects mass assignment risks and template vulnerabilities. It evaluates the final output of rendered views and identifies unrestricted assignment patterns that could allow unauthorized modification of model attributes. The system provides vulnerability management through the us

    Ruby
    Ver en GitHub↗7,248
  • prometheus-net/prometheus-netAvatar de prometheus-net

    prometheus-net/prometheus-net

    2,084Ver en GitHub↗

    .NET library to instrument your code with Prometheus metrics

    C#aspnetcoregrpcgrpc-request-metrics
    Ver en GitHub↗2,084
  • prometheusclientnet/prometheus.clientAvatar de PrometheusClientNet

    PrometheusClientNet/Prometheus.Client

    139Ver en GitHub↗

    .NET client for Prometheus

    C#
    Ver en GitHub↗139
  • prometheusclientnet/prometheus.client.aspnetcoreAvatar de PrometheusClientNet

    PrometheusClientNet/Prometheus.Client.AspNetCore

    9Ver en GitHub↗

    ASP.NET Core middleware

    C#
    Ver en GitHub↗9
  • prometheusclientnet/prometheus.client.httprequestdurationsAvatar de PrometheusClientNet

    PrometheusClientNet/Prometheus.Client.HttpRequestDurations

    10Ver en GitHub↗

    HTTP request durations

    C#
    Ver en GitHub↗10
  • prometheusclientnet/prometheus.client.metricpusherAvatar de PrometheusClientNet

    PrometheusClientNet/Prometheus.Client.MetricPusher

    18Ver en GitHub↗

    Push metrics to Pushgateway

    C#
    Ver en GitHub↗18
  • prometheusclientnet/prometheus.client.metricserverAvatar de PrometheusClientNet

    PrometheusClientNet/Prometheus.Client.MetricServer

    15Ver en GitHub↗

    Standalone Kestrel server

    C#
    Ver en GitHub↗15
  • realvizu/nsdepcopAvatar de realvizu

    realvizu/NsDepCop

    289Ver en GitHub↗

    NsDepCop is a static code analysis tool that enforces namespace and assembly dependency rules in C# projects.

    C#
    Ver en GitHub↗289
  • seattlerb/flayAvatar de seattlerb

    seattlerb/flay

    761Ver en GitHub↗

    Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored.

    Ruby
    Ver en GitHub↗761