CSharpier 1.0.0-alpha32

This is a prerelease version of CSharpier.
dotnet tool install --global CSharpier --version 1.0.0-alpha32                
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 1.0.0-alpha32                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CSharpier&version=1.0.0-alpha32&prerelease                
nuke :add-package CSharpier --version 1.0.0-alpha32                

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.

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.


Read the documentation

Try it out


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 Compatible and additional computed target framework versions.
.NET 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
1.0.0-alpha32 89 2/2/2025
1.0.0-alpha24 73 1/26/2025
1.0.0-alpha22 76 1/26/2025
1.0.0-alpha21 62 1/21/2025
1.0.0-alpha20 56 1/20/2025
1.0.0-alpha10 154 1/20/2025
0.30.6 83,913 1/10/2025
0.30.5 32,727 1/3/2025
0.30.4 20,958 12/28/2024
0.30.3 91,647 12/7/2024
0.30.2 81,306 11/22/2024
0.30.1 38,503 11/18/2024
0.30.0 7,202 11/17/2024
0.29.2 342,556 9/15/2024
0.29.1 142,697 8/23/2024
0.29.0 46,788 8/17/2024
0.28.2 657,222 4/26/2024
0.28.1 125,750 4/16/2024
0.28.0 114,448 4/7/2024
0.27.3 319,335 2/18/2024
0.27.2 139,037 1/28/2024
0.27.1 30,812 1/24/2024
0.27.0 78,147 1/15/2024
0.26.7 195,414 12/16/2023
0.26.6 18,289 12/14/2023
0.26.5 73,979 12/10/2023
0.26.4 46,565 12/2/2023
0.26.3 88,352 11/23/2023
0.26.2 81,107 11/16/2023
0.26.1 45,258 11/9/2023
0.26.0 17,142 11/6/2023
0.25.0 677,296 6/25/2023
0.24.2 140,526 5/5/2023
0.24.1 26,092 4/26/2023
0.24.0 1,639 4/26/2023
0.23.0 127,110 3/6/2023
0.22.1 137,210 1/18/2023
0.22.0 7,428 1/15/2023
0.21.0 156,324 11/29/2022
0.20.0 113,140 10/3/2022
0.19.2 27,461 9/15/2022
0.19.1 79,317 8/27/2022
0.19.0 79,295 8/15/2022
0.18.0 95,522 6/13/2022
0.17.0 47,195 5/23/2022
0.16.0 82,744 3/26/2022
0.15.1 28,995 2/14/2022
0.15.0 1,522 2/9/2022
0.14.0 5,630 1/22/2022
0.13.0 3,651 1/3/2022
0.12.0 4,736 11/30/2021
0.11.1 1,033 11/15/2021
0.10.0 1,238 10/18/2021
0.9.9 1,423 8/23/2021
0.9.8 1,028 7/27/2021
0.9.7 544 6/26/2021
0.9.6 561 6/12/2021
0.9.5 851 6/1/2021
0.9.4 478 5/24/2021
0.9.3 450 5/18/2021
0.9.2 484 5/6/2021
0.9.1 383 5/5/2021
0.9.0 438 4/23/2021
0.8.9 373 4/12/2021
0.8.8 550 3/27/2021
0.8.7 394 3/22/2021
0.8.6 383 3/16/2021
0.8.5 390 3/12/2021
0.8.4 411 3/8/2021
0.8.3 479 3/8/2021
0.8.2 400 2/27/2021
0.8.1 505 2/22/2021