CSharpier 0.28.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.1.2 2 08/23/2025
1.1.1 2 08/13/2025
1.1.0 3 08/13/2025
1.0.3 5 07/03/2025
1.0.2 7 06/06/2025
1.0.1 9 05/01/2025
1.0.0 7 04/30/2025
1.0.0-alpha99 9 05/01/2025
1.0.0-alpha9 10 02/02/2025
1.0.0-alpha84 10 05/01/2025
1.0.0-alpha83 8 04/28/2025
1.0.0-alpha81 10 05/01/2025
1.0.0-alpha80 9 04/07/2025
1.0.0-alpha7 14 02/02/2025
1.0.0-alpha6 15 01/22/2025
1.0.0-alpha46 7 02/26/2025
1.0.0-alpha45 13 03/01/2025
1.0.0-alpha44 10 03/11/2025
1.0.0-alpha43 11 03/11/2025
1.0.0-alpha33 10 02/13/2025
1.0.0-alpha32 9 02/14/2025
1.0.0-alpha24 14 02/01/2025
1.0.0-alpha22 13 02/01/2025
1.0.0-alpha21 10 02/01/2025
1.0.0-alpha20 10 02/01/2025
1.0.0-alpha10 12 02/01/2025
0.30.6 13 02/01/2025
0.30.5 14 01/06/2025
0.30.4 14 01/03/2025
0.30.3 14 12/26/2024
0.30.2 17 12/02/2024
0.30.1 13 11/30/2024
0.30.0 13 12/06/2024
0.29.2 13 01/03/2025
0.29.1 13 12/08/2024
0.29.0 14 12/01/2024
0.28.2 13 12/07/2024
0.28.1 22 06/03/2024
0.28.0 13 12/09/2024
0.27.3 12 11/28/2024
0.27.2 13 12/03/2024
0.27.1 12 12/09/2024
0.27.0 16 12/02/2024
0.26.7 16 11/29/2024
0.26.6 12 12/11/2024
0.26.5 14 12/02/2024
0.26.4 13 12/09/2024
0.26.3 18 12/01/2024
0.26.2 13 11/30/2024
0.26.1 18 12/02/2024
0.26.0 16 12/02/2024
0.25.0 18 11/14/2024
0.24.2 15 11/14/2024
0.24.1 11 12/02/2024
0.24.0 15 12/02/2024
0.23.0 18 03/31/2023
0.22.1 18 02/02/2023
0.22.0 12 12/09/2024
0.21.0 14 12/02/2024
0.20.0 12 12/09/2024
0.19.2 12 12/02/2024
0.19.1 13 12/08/2024
0.19.0 12 12/09/2024
0.18.0 13 12/02/2024
0.17.0 9 12/09/2024
0.16.0 15 12/16/2024
0.15.1 12 12/08/2024
0.15.0 14 12/16/2024
0.14.0 18 11/14/2024
0.13.0 14 12/08/2024
0.12.0 12 11/28/2024
0.11.1 13 12/02/2024
0.10.0 17 12/06/2024
0.9.9 16 12/09/2024
0.9.8 14 12/01/2024
0.9.7 15 12/01/2024
0.9.6 13 12/19/2024
0.9.5 13 11/14/2024
0.9.4 16 11/29/2024
0.9.3 13 01/01/2025
0.9.2 14 12/02/2024
0.9.1 14 11/29/2024
0.9.0 15 11/29/2024
0.8.9 13 12/08/2024
0.8.8 13 12/16/2024
0.8.7 18 12/02/2024
0.8.6 12 11/29/2024
0.8.5 13 12/02/2024
0.8.4 13 12/08/2024
0.8.3 18 12/02/2024
0.8.2 15 12/08/2024
0.8.1 13 12/12/2024