CSharpier 0.29.1

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CSharpier --version 0.29.1
                    
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.29.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CSharpier&version=0.29.1
                    
nuke :add-package CSharpier --version 0.29.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"
        );
    }
}
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.2.1 27,186 11/10/2025
1.2.0 8,257 11/10/2025
1.1.2 628,253 8/16/2025
1.1.1 95,802 8/4/2025
1.1.0 5,791 8/3/2025
1.0.3 272,382 6/29/2025
1.0.2 314,850 5/24/2025
1.0.1 300,327 4/26/2025
1.0.0 85,343 4/22/2025
1.0.0-alpha99 295 4/13/2025
1.0.0-alpha84 151 4/19/2025
1.0.0-alpha83 141 4/19/2025
1.0.0-alpha81 244 4/13/2025
1.0.0-alpha80 163 3/15/2025
1.0.0-alpha46 229 2/22/2025
1.0.0-alpha45 316 2/22/2025
1.0.0-alpha44 149 2/21/2025
1.0.0-alpha43 194 2/14/2025
1.0.0-alpha33 179 2/9/2025
1.0.0-alpha32 216 2/2/2025
1.0.0-alpha24 153 1/26/2025
1.0.0-alpha22 153 1/26/2025
1.0.0-alpha21 161 1/21/2025
1.0.0-alpha20 133 1/20/2025
1.0.0-alpha10 635 1/20/2025
0.30.6 1,135,405 1/10/2025
0.30.5 95,654 1/3/2025
0.30.4 79,218 12/28/2024
0.30.3 268,964 12/7/2024
0.30.2 288,051 11/22/2024
0.30.1 57,197 11/18/2024
0.30.0 17,413 11/17/2024
0.29.2 607,128 9/15/2024
0.29.1 221,656 8/23/2024
0.29.0 70,637 8/17/2024
0.28.2 1,169,092 4/26/2024
0.28.1 215,064 4/16/2024
0.28.0 155,363 4/7/2024
0.27.3 439,017 2/18/2024
0.27.2 193,567 1/28/2024
0.27.1 38,754 1/24/2024
0.27.0 103,862 1/15/2024
0.26.7 250,508 12/16/2023
0.26.6 20,602 12/14/2023
0.26.5 98,777 12/10/2023
0.26.4 54,535 12/2/2023
0.26.3 106,209 11/23/2023
0.26.2 96,595 11/16/2023
0.26.1 51,944 11/9/2023
0.26.0 21,313 11/6/2023
0.25.0 773,712 6/25/2023
0.24.2 148,914 5/5/2023
0.24.1 67,369 4/26/2023
0.24.0 2,172 4/26/2023
0.23.0 163,592 3/6/2023
0.22.1 145,039 1/18/2023
0.22.0 36,396 1/15/2023
0.21.0 164,299 11/29/2022
0.20.0 120,703 10/3/2022
0.19.2 28,510 9/15/2022
0.19.1 83,473 8/27/2022
0.19.0 101,899 8/15/2022
0.18.0 98,119 6/13/2022
0.17.0 47,602 5/23/2022
0.16.0 95,734 3/26/2022
0.15.1 30,894 2/14/2022
0.15.0 2,103 2/9/2022
0.14.0 5,836 1/22/2022
0.13.0 3,924 1/3/2022
0.12.0 4,929 11/30/2021
0.11.1 1,162 11/15/2021
0.10.0 1,379 10/18/2021
0.9.9 1,546 8/23/2021
0.9.8 1,172 7/27/2021
0.9.7 658 6/26/2021
0.9.6 676 6/12/2021
0.9.5 980 6/1/2021
0.9.4 613 5/24/2021
0.9.3 572 5/18/2021
0.9.2 621 5/6/2021
0.9.1 514 5/5/2021
0.9.0 564 4/23/2021
0.8.9 507 4/12/2021
0.8.8 679 3/27/2021
0.8.7 526 3/22/2021
0.8.6 512 3/16/2021
0.8.5 528 3/12/2021
0.8.4 535 3/8/2021
0.8.3 617 3/8/2021
0.8.2 532 2/27/2021
0.8.1 796 2/22/2021