CSharpier.Core 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpier.Core --version 1.0.3
                    
NuGet\Install-Package CSharpier.Core -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpier.Core" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharpier.Core" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="CSharpier.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSharpier.Core --version 1.0.3
                    
#r "nuget: CSharpier.Core, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CSharpier.Core@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CSharpier.Core&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=CSharpier.Core&version=1.0.3
                    
Install as a Cake Tool

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CSharpier.Core:

Package Downloads
Credfeto.DotNet.Repo.Tools.CleanUp

Dotnet Repository Update tools

EventHorizon.Blazor.TypeScript.Interop.Generator

Parser for TypeScript definitions to create C# representations. The package provides three layers type of generators Class Statement, ClassStatement string, and writer based generation.

descarga-ciec-csharp

SDK para la descarga masiva de CFDI a través del servicio CIEC de CSFacturacion (Beta)

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on CSharpier.Core:

Repository Stars
canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator
This project is a Blazor Interop C# Generator, has a sample against the BabylonJS library.
opensearch-project/opensearch-net
OpenSearch .NET Client
Version Downloads Last Updated
1.1.1 126 8/4/2025
1.1.0 87 8/3/2025
1.0.3 1,994 6/29/2025
1.0.2 5,151 5/24/2025
1.0.1 6,336 4/26/2025
1.0.0 656 4/22/2025
0.30.6 20,410 1/10/2025
0.30.5 539 1/3/2025
0.30.4 368 12/28/2024
0.30.3 1,656 12/7/2024
0.30.2 3,768 11/22/2024
0.30.1 318 11/18/2024
0.30.0 140 11/17/2024
0.29.2 41,068 9/15/2024
0.29.1 12,458 8/23/2024
0.29.0 658 8/17/2024
0.28.2 29,355 4/26/2024
0.28.1 539 4/16/2024
0.28.0 32,553 4/7/2024
0.27.3 8,844 2/18/2024
0.27.2 6,213 1/28/2024
0.27.1 163 1/24/2024
0.27.0 225 1/15/2024
0.26.7 1,491 12/16/2023
0.26.6 199 12/14/2023
0.26.5 239 12/10/2023
0.26.4 281 12/2/2023
0.26.3 681 11/23/2023
0.26.2 2,619 11/16/2023
0.26.1 519 11/9/2023
0.26.0 153 11/6/2023
0.25.0 6,963 6/25/2023
0.24.2 540 5/5/2023
0.24.1 1,171 4/26/2023
0.24.0 229 4/26/2023
0.23.0 3,498 3/6/2023
0.22.1 1,483 1/18/2023
0.22.0 399 1/15/2023
0.21.0 1,371 11/29/2022
0.20.0 986 10/3/2022
0.19.2 270 9/15/2022
0.19.1 167 8/27/2022
0.19.0 210 8/15/2022
0.18.0 2,724 6/13/2022
0.17.0 514 5/23/2022
0.16.0 1,274 3/26/2022
0.15.1 553 2/14/2022
0.15.0 517 2/9/2022
0.14.0 533 1/22/2022
0.13.0 352 1/3/2022
0.12.0 373 11/30/2021
0.11.1 371 11/15/2021
0.10.0 578 11/10/2021