CSharpier 0.26.0

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

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"
        );
    }
}
Product 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.  net9.0 was computed.  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.1 102,625 4/26/2025
1.0.0 30,513 4/22/2025
1.0.0-alpha99 240 4/13/2025
1.0.0-alpha84 101 4/19/2025
1.0.0-alpha83 100 4/19/2025
1.0.0-alpha81 193 4/13/2025
1.0.0-alpha80 113 3/15/2025
1.0.0-alpha46 180 2/22/2025
1.0.0-alpha45 194 2/22/2025
1.0.0-alpha44 113 2/21/2025
1.0.0-alpha43 145 2/14/2025
1.0.0-alpha33 142 2/9/2025
1.0.0-alpha32 179 2/2/2025
1.0.0-alpha24 105 1/26/2025
1.0.0-alpha22 109 1/26/2025
1.0.0-alpha21 102 1/21/2025
1.0.0-alpha20 87 1/20/2025
1.0.0-alpha10 590 1/20/2025
0.30.6 704,933 1/10/2025
0.30.5 68,255 1/3/2025
0.30.4 52,311 12/28/2024
0.30.3 178,147 12/7/2024
0.30.2 174,956 11/22/2024
0.30.1 48,724 11/18/2024
0.30.0 11,103 11/17/2024
0.29.2 467,108 9/15/2024
0.29.1 182,482 8/23/2024
0.29.0 60,235 8/17/2024
0.28.2 889,228 4/26/2024
0.28.1 177,251 4/16/2024
0.28.0 138,827 4/7/2024
0.27.3 375,782 2/18/2024
0.27.2 166,244 1/28/2024
0.27.1 35,122 1/24/2024
0.27.0 92,579 1/15/2024
0.26.7 222,353 12/16/2023
0.26.6 19,683 12/14/2023
0.26.5 86,476 12/10/2023
0.26.4 51,828 12/2/2023
0.26.3 98,360 11/23/2023
0.26.2 89,724 11/16/2023
0.26.1 49,417 11/9/2023
0.26.0 19,728 11/6/2023
0.25.0 714,133 6/25/2023
0.24.2 145,649 5/5/2023
0.24.1 33,683 4/26/2023
0.24.0 1,885 4/26/2023
0.23.0 142,465 3/6/2023
0.22.1 141,020 1/18/2023
0.22.0 19,712 1/15/2023
0.21.0 160,486 11/29/2022
0.20.0 116,634 10/3/2022
0.19.2 27,951 9/15/2022
0.19.1 82,060 8/27/2022
0.19.0 91,674 8/15/2022
0.18.0 96,569 6/13/2022
0.17.0 47,355 5/23/2022
0.16.0 85,584 3/26/2022
0.15.1 29,458 2/14/2022
0.15.0 1,735 2/9/2022
0.14.0 5,688 1/22/2022
0.13.0 3,762 1/3/2022
0.12.0 4,800 11/30/2021
0.11.1 1,067 11/15/2021
0.10.0 1,272 10/18/2021
0.9.9 1,455 8/23/2021
0.9.8 1,064 7/27/2021
0.9.7 575 6/26/2021
0.9.6 590 6/12/2021
0.9.5 882 6/1/2021
0.9.4 514 5/24/2021
0.9.3 482 5/18/2021
0.9.2 519 5/6/2021
0.9.1 418 5/5/2021
0.9.0 473 4/23/2021
0.8.9 407 4/12/2021
0.8.8 586 3/27/2021
0.8.7 428 3/22/2021
0.8.6 417 3/16/2021
0.8.5 425 3/12/2021
0.8.4 447 3/8/2021
0.8.3 516 3/8/2021
0.8.2 437 2/27/2021
0.8.1 605 2/22/2021