CSharpier 0.29.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global CSharpier --version 0.29.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local CSharpier --version 0.29.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CSharpier&version=0.29.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CSharpier --version 0.29.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CSharpier is an opinionated code formatter for c#. It uses Roslyn to parse your code and re-prints it using its own rules. The printing process was ported from prettier but has evolved over time.
CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the Option Philosophy of prettier.
Quick Start
Install CSharpier globally using the following command.
dotnet tool install csharpier -g
Then format the contents of a directory and its children with the following command.
dotnet csharpier .
CSharpier can also format on save in your editor, as a pre-commit hook, as part of your build or even programatically. Then you can ensure code was formatted with a CI/CD tool.
Before
public class ClassName {
public void CallMethod() {
this.LongUglyMethod("1234567890", "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ");
}
}
After
public class ClassName
{
public void CallMethod()
{
this.LongUglyMethod(
"1234567890",
"abcdefghijklmnopqrstuvwxyz",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
);
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.30.2 | 3,797 | 11/22/2024 |
0.30.1 | 18,460 | 11/18/2024 |
0.30.0 | 1,640 | 11/17/2024 |
0.29.2 | 256,062 | 9/15/2024 |
0.29.1 | 116,690 | 8/23/2024 |
0.29.0 | 35,409 | 8/17/2024 |
0.28.2 | 551,383 | 4/26/2024 |
0.28.1 | 101,274 | 4/16/2024 |
0.28.0 | 100,666 | 4/7/2024 |
0.27.3 | 283,712 | 2/18/2024 |
0.27.2 | 119,799 | 1/28/2024 |
0.27.1 | 27,291 | 1/24/2024 |
0.27.0 | 68,069 | 1/15/2024 |
0.26.7 | 178,127 | 12/16/2023 |
0.26.6 | 17,301 | 12/14/2023 |
0.26.5 | 65,641 | 12/10/2023 |
0.26.4 | 43,428 | 12/2/2023 |
0.26.3 | 80,481 | 11/23/2023 |
0.26.2 | 70,371 | 11/16/2023 |
0.26.1 | 42,374 | 11/9/2023 |
0.26.0 | 16,768 | 11/6/2023 |
0.25.0 | 641,223 | 6/25/2023 |
0.24.2 | 136,516 | 5/5/2023 |
0.24.1 | 24,888 | 4/26/2023 |
0.24.0 | 1,549 | 4/26/2023 |
0.23.0 | 122,730 | 3/6/2023 |
0.22.1 | 135,596 | 1/18/2023 |
0.22.0 | 7,392 | 1/15/2023 |
0.21.0 | 153,297 | 11/29/2022 |
0.20.0 | 111,196 | 10/3/2022 |
0.19.2 | 27,254 | 9/15/2022 |
0.19.1 | 76,412 | 8/27/2022 |
0.19.0 | 78,675 | 8/15/2022 |
0.18.0 | 94,941 | 6/13/2022 |
0.17.0 | 47,125 | 5/23/2022 |
0.16.0 | 81,864 | 3/26/2022 |
0.15.1 | 28,808 | 2/14/2022 |
0.15.0 | 1,498 | 2/9/2022 |
0.14.0 | 5,615 | 1/22/2022 |
0.13.0 | 3,627 | 1/3/2022 |
0.12.0 | 4,715 | 11/30/2021 |
0.11.1 | 1,018 | 11/15/2021 |
0.10.0 | 1,216 | 10/18/2021 |
0.9.9 | 1,411 | 8/23/2021 |
0.9.8 | 1,017 | 7/27/2021 |
0.9.7 | 533 | 6/26/2021 |
0.9.6 | 550 | 6/12/2021 |
0.9.5 | 840 | 6/1/2021 |
0.9.4 | 465 | 5/24/2021 |
0.9.3 | 439 | 5/18/2021 |
0.9.2 | 472 | 5/6/2021 |
0.9.1 | 371 | 5/5/2021 |
0.9.0 | 425 | 4/23/2021 |
0.8.9 | 362 | 4/12/2021 |
0.8.8 | 539 | 3/27/2021 |
0.8.7 | 383 | 3/22/2021 |
0.8.6 | 372 | 3/16/2021 |
0.8.5 | 377 | 3/12/2021 |
0.8.4 | 400 | 3/8/2021 |
0.8.3 | 466 | 3/8/2021 |
0.8.2 | 389 | 2/27/2021 |
0.8.1 | 484 | 2/22/2021 |