CSharpier.Core
0.26.5
See the version list below for details.
dotnet add package CSharpier.Core --version 0.26.5
NuGet\Install-Package CSharpier.Core -Version 0.26.5
<PackageReference Include="CSharpier.Core" Version="0.26.5" />
paket add CSharpier.Core --version 0.26.5
#r "nuget: CSharpier.Core, 0.26.5"
// Install CSharpier.Core as a Cake Addin #addin nuget:?package=CSharpier.Core&version=0.26.5 // Install CSharpier.Core as a Cake Tool #tool nuget:?package=CSharpier.Core&version=0.26.5
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.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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. |
.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. |
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 4.7.0)
- System.IO.Abstractions (>= 13.2.29)
- System.Text.Json (>= 7.0.3)
-
net6.0
- Microsoft.CodeAnalysis.CSharp (>= 4.7.0)
- System.IO.Abstractions (>= 13.2.29)
- System.Text.Json (>= 7.0.3)
-
net7.0
- Microsoft.CodeAnalysis.CSharp (>= 4.7.0)
- System.IO.Abstractions (>= 13.2.29)
- System.Text.Json (>= 7.0.3)
-
net8.0
- Microsoft.CodeAnalysis.CSharp (>= 4.7.0)
- System.IO.Abstractions (>= 13.2.29)
- System.Text.Json (>= 7.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CSharpier.Core:
Package | Downloads |
---|---|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.30.2 | 44 | 11/22/2024 |
0.30.1 | 186 | 11/18/2024 |
0.30.0 | 76 | 11/17/2024 |
0.29.2 | 13,442 | 9/15/2024 |
0.29.1 | 12,024 | 8/23/2024 |
0.29.0 | 609 | 8/17/2024 |
0.28.2 | 15,857 | 4/26/2024 |
0.28.1 | 490 | 4/16/2024 |
0.28.0 | 32,506 | 4/7/2024 |
0.27.3 | 6,617 | 2/18/2024 |
0.27.2 | 4,128 | 1/28/2024 |
0.27.1 | 119 | 1/24/2024 |
0.27.0 | 181 | 1/15/2024 |
0.26.7 | 1,435 | 12/16/2023 |
0.26.6 | 161 | 12/14/2023 |
0.26.5 | 205 | 12/10/2023 |
0.26.4 | 252 | 12/2/2023 |
0.26.3 | 652 | 11/23/2023 |
0.26.2 | 2,445 | 11/16/2023 |
0.26.1 | 497 | 11/9/2023 |
0.26.0 | 132 | 11/6/2023 |
0.25.0 | 6,577 | 6/25/2023 |
0.24.2 | 490 | 5/5/2023 |
0.24.1 | 1,128 | 4/26/2023 |
0.24.0 | 190 | 4/26/2023 |
0.23.0 | 3,427 | 3/6/2023 |
0.22.1 | 1,422 | 1/18/2023 |
0.22.0 | 349 | 1/15/2023 |
0.21.0 | 1,321 | 11/29/2022 |
0.20.0 | 926 | 10/3/2022 |
0.19.2 | 209 | 9/15/2022 |
0.19.1 | 114 | 8/27/2022 |
0.19.0 | 151 | 8/15/2022 |
0.18.0 | 2,427 | 6/13/2022 |
0.17.0 | 454 | 5/23/2022 |
0.16.0 | 696 | 3/26/2022 |
0.15.1 | 477 | 2/14/2022 |
0.15.0 | 445 | 2/9/2022 |
0.14.0 | 465 | 1/22/2022 |
0.13.0 | 280 | 1/3/2022 |
0.12.0 | 307 | 11/30/2021 |
0.11.1 | 303 | 11/15/2021 |
0.10.0 | 444 | 11/10/2021 |