format VS codeformatter

Compare format vs codeformatter and see what are their differences.

format

Home for the dotnet-format command (by dotnet)

codeformatter

Tool that uses Roslyn to automatically rewrite the source to follow our coding styles (by dotnet)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
format codeformatter
19 2
1,904 1,227
0.8% -
9.4 0.0
1 day ago almost 2 years ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

format

Posts with mentions or reviews of format. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-22.

codeformatter

Posts with mentions or reviews of codeformatter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-05.
  • Download latest GitHub release not working
    1 project | /r/Batch | 18 Oct 2023
    powershell Invoke-WebRequest "https://github.com/dotnet/codeformatter/releases/latest/download/CodeFormatter.zip" -OutFile %batchdir%\download.7z
  • Stepping into Static Analysis Tooling
    3 projects | dev.to | 5 Nov 2021
    For the Code Formatter, I decided to go for dotnet-format over ReSharper and CodeFormatter. The main reason why I didn't choose CodeFormatter was because the last contribution to it was about 8 months ago, so to me, it just looked kind of suspicious... (is it an abandoned project now??) At first, I was going to choose ReSharper extension, but it seemed like it wasn't for free, so I started using dotnet-format, which was actively maintained and recommended by my classmate. After trying out for a while, I couldn't use dotnet-format to interact nicely with my linter StyleCop.Analyzer, so I decided to work with the ReSharper command line tools, which were for free. After running it, I noticed that it wasn't as good as I thought, so I kept researching and asking questions on how to make dotnet-format work with StyleCop. After a few hours of research and trying out stuff, dotnet-format finally worked with StyleCop.

What are some alternatives?

When comparing format and codeformatter you can also consider the following projects:

csharpier - CSharpier is an opinionated code formatter for c#.

StyleCopAnalyzers - An implementation of StyleCop rules using the .NET Compiler Platform

omnisharp-vscode - Official C# support for Visual Studio Code [Moved to: https://github.com/dotnet/vscode-csharp]

CodeMaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.

prettier - Prettier is an opinionated code formatter.

dotnet-full-framework-ci-sandbox - This repository aims to show how to create GitHub Actions to: Build and Test a .Net Full Framework Web API project; Check the code formatting (.NET / C#); Run SonarQube code static analysis.

Veneer - A simple library for building attributed strings, for a more civilized age.

PhoneNumberKit - A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.

TwitterTextEditor - A standalone, flexible API that provides a full-featured rich text editor for iOS applications.

.NET Compiler Platform ("Roslyn") Analyzers

EditorConfig - A very generic .editorconfig file supporting .NET, C#, VB and web technologies.