CSharpier 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CSharpier --version 1.0.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 1.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CSharpier&version=1.0.0
                    
nuke :add-package CSharpier --version 1.0.0
                    

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.3 17,966 6/29/2025
1.0.2 155,924 5/24/2025
1.0.1 158,012 4/26/2025
1.0.0 47,573 4/22/2025
1.0.0-alpha99 255 4/13/2025
1.0.0-alpha84 109 4/19/2025
1.0.0-alpha83 115 4/19/2025
1.0.0-alpha81 206 4/13/2025
1.0.0-alpha80 124 3/15/2025
1.0.0-alpha46 189 2/22/2025
1.0.0-alpha45 210 2/22/2025
1.0.0-alpha44 122 2/21/2025
1.0.0-alpha43 157 2/14/2025
1.0.0-alpha33 149 2/9/2025
1.0.0-alpha32 188 2/2/2025
1.0.0-alpha24 115 1/26/2025
1.0.0-alpha22 118 1/26/2025
1.0.0-alpha21 120 1/21/2025
1.0.0-alpha20 97 1/20/2025
1.0.0-alpha10 599 1/20/2025
0.30.6 822,994 1/10/2025
0.30.5 74,994 1/3/2025
0.30.4 57,833 12/28/2024
0.30.3 209,634 12/7/2024
0.30.2 210,973 11/22/2024
0.30.1 50,769 11/18/2024
0.30.0 11,761 11/17/2024
0.29.2 504,343 9/15/2024
0.29.1 189,587 8/23/2024
0.29.0 62,352 8/17/2024
0.28.2 965,317 4/26/2024
0.28.1 187,499 4/16/2024
0.28.0 143,917 4/7/2024
0.27.3 393,422 2/18/2024
0.27.2 173,749 1/28/2024
0.27.1 35,824 1/24/2024
0.27.0 95,287 1/15/2024
0.26.7 231,182 12/16/2023
0.26.6 19,931 12/14/2023
0.26.5 89,063 12/10/2023
0.26.4 52,438 12/2/2023
0.26.3 100,758 11/23/2023
0.26.2 91,404 11/16/2023
0.26.1 50,153 11/9/2023
0.26.0 20,158 11/6/2023
0.25.0 733,519 6/25/2023
0.24.2 146,547 5/5/2023
0.24.1 58,262 4/26/2023
0.24.0 1,959 4/26/2023
0.23.0 153,696 3/6/2023
0.22.1 142,161 1/18/2023
0.22.0 35,779 1/15/2023
0.21.0 161,367 11/29/2022
0.20.0 118,031 10/3/2022
0.19.2 28,084 9/15/2022
0.19.1 82,383 8/27/2022
0.19.0 98,923 8/15/2022
0.18.0 96,869 6/13/2022
0.17.0 47,392 5/23/2022
0.16.0 94,351 3/26/2022
0.15.1 30,608 2/14/2022
0.15.0 1,840 2/9/2022
0.14.0 5,708 1/22/2022
0.13.0 3,787 1/3/2022
0.12.0 4,821 11/30/2021
0.11.1 1,084 11/15/2021
0.10.0 1,290 10/18/2021
0.9.9 1,472 8/23/2021
0.9.8 1,087 7/27/2021
0.9.7 592 6/26/2021
0.9.6 609 6/12/2021
0.9.5 899 6/1/2021
0.9.4 537 5/24/2021
0.9.3 504 5/18/2021
0.9.2 543 5/6/2021
0.9.1 435 5/5/2021
0.9.0 493 4/23/2021
0.8.9 425 4/12/2021
0.8.8 604 3/27/2021
0.8.7 447 3/22/2021
0.8.6 435 3/16/2021
0.8.5 443 3/12/2021
0.8.4 466 3/8/2021
0.8.3 534 3/8/2021
0.8.2 461 2/27/2021
0.8.1 651 2/22/2021