CSharpier 0.30.1

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.


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"
        );
    }
}

This package has no dependencies.

Version Downloads Last updated
1.2.1 53 11/27/2025
1.2.0 56 11/19/2025
1.1.2 58 08/23/2025
1.1.1 64 08/13/2025
1.1.0 66 08/13/2025
1.0.3 20 07/03/2025
1.0.2 70 06/06/2025
1.0.1 52 05/01/2025
1.0.0 53 04/30/2025
1.0.0-alpha99 32 05/01/2025
1.0.0-alpha9 31 02/02/2025
1.0.0-alpha84 78 05/01/2025
1.0.0-alpha83 70 04/28/2025
1.0.0-alpha81 62 05/01/2025
1.0.0-alpha80 66 04/07/2025
1.0.0-alpha7 59 02/02/2025
1.0.0-alpha6 54 01/22/2025
1.0.0-alpha46 41 02/26/2025
1.0.0-alpha45 85 03/01/2025
1.0.0-alpha44 79 03/11/2025
1.0.0-alpha43 32 03/11/2025
1.0.0-alpha33 33 02/13/2025
1.0.0-alpha32 28 02/14/2025
1.0.0-alpha24 86 02/01/2025
1.0.0-alpha22 43 02/01/2025
1.0.0-alpha21 76 02/01/2025
1.0.0-alpha20 38 02/01/2025
1.0.0-alpha10 32 02/01/2025
0.30.6 35 02/01/2025
0.30.5 79 01/06/2025
0.30.4 33 01/03/2025
0.30.3 31 12/26/2024
0.30.2 80 12/02/2024
0.30.1 30 11/30/2024
0.30.0 87 12/06/2024
0.29.2 77 01/03/2025
0.29.1 37 12/08/2024
0.29.0 82 12/01/2024
0.28.2 30 12/07/2024
0.28.1 37 06/03/2024
0.28.0 66 12/09/2024
0.27.3 82 11/28/2024
0.27.2 85 12/03/2024
0.27.1 29 12/09/2024
0.27.0 56 12/02/2024
0.26.7 50 11/29/2024
0.26.6 60 12/11/2024
0.26.5 77 12/02/2024
0.26.4 73 12/09/2024
0.26.3 70 12/01/2024
0.26.2 36 11/30/2024
0.26.1 71 12/02/2024
0.26.0 74 12/02/2024
0.25.0 79 11/14/2024
0.24.2 40 11/14/2024
0.24.1 75 12/02/2024
0.24.0 78 12/02/2024
0.23.0 40 03/31/2023
0.22.1 81 02/02/2023
0.22.0 29 12/09/2024
0.21.0 73 12/02/2024
0.20.0 32 12/09/2024
0.19.2 35 12/02/2024
0.19.1 38 12/08/2024
0.19.0 38 12/09/2024
0.18.0 37 12/02/2024
0.17.0 35 12/09/2024
0.16.0 59 12/16/2024
0.15.1 73 12/08/2024
0.15.0 37 12/16/2024
0.14.0 82 11/14/2024
0.13.0 65 12/08/2024
0.12.0 88 11/28/2024
0.11.1 69 12/02/2024
0.10.0 47 12/06/2024
0.9.9 40 12/09/2024
0.9.8 38 12/01/2024
0.9.7 38 12/01/2024
0.9.6 34 12/19/2024
0.9.5 39 11/14/2024
0.9.4 40 11/29/2024
0.9.3 29 01/01/2025
0.9.2 36 12/02/2024
0.9.1 43 11/29/2024
0.9.0 39 11/29/2024
0.8.9 30 12/08/2024
0.8.8 36 12/16/2024
0.8.7 50 12/02/2024
0.8.6 34 11/29/2024
0.8.5 41 12/02/2024
0.8.4 41 12/08/2024
0.8.3 41 12/02/2024
0.8.2 36 12/08/2024
0.8.1 44 12/12/2024