CSharpier.MsBuild
0.25.0
See the version list below for details.
dotnet add package CSharpier.MsBuild --version 0.25.0
NuGet\Install-Package CSharpier.MsBuild -Version 0.25.0
<PackageReference Include="CSharpier.MsBuild" Version="0.25.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CSharpier.MsBuild --version 0.25.0
#r "nuget: CSharpier.MsBuild, 0.25.0"
// Install CSharpier.MsBuild as a Cake Addin #addin nuget:?package=CSharpier.MsBuild&version=0.25.0 // Install CSharpier.MsBuild as a Cake Tool #tool nuget:?package=CSharpier.MsBuild&version=0.25.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.
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 | 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 was computed. 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. |
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (17)
Showing the top 5 popular GitHub repositories that depend on CSharpier.MsBuild:
Repository | Stars |
---|---|
Tyrrrz/YoutubeDownloader
Downloads videos and playlists from YouTube
|
|
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
|
|
Tyrrrz/CliWrap
Library for running command-line processes
|
|
Tyrrrz/YoutubeExplode
Abstraction layer over YouTube's internal API
|
|
Tyrrrz/LightBulb
Reduces eye strain by adjusting screen gamma based on the current time
|
Version | Downloads | Last updated |
---|---|---|
0.30.2 | 335 | 11/22/2024 |
0.30.1 | 6,150 | 11/18/2024 |
0.30.0 | 685 | 11/17/2024 |
0.29.2 | 86,030 | 9/15/2024 |
0.29.1 | 29,041 | 8/23/2024 |
0.29.0 | 19,063 | 8/17/2024 |
0.28.2 | 183,070 | 4/26/2024 |
0.28.1 | 5,159 | 4/16/2024 |
0.28.0 | 44,112 | 4/7/2024 |
0.27.3 | 55,255 | 2/18/2024 |
0.27.2 | 26,355 | 1/28/2024 |
0.27.1 | 17,938 | 1/24/2024 |
0.27.0 | 15,308 | 1/15/2024 |
0.26.7 | 24,747 | 12/16/2023 |
0.26.6 | 1,764 | 12/14/2023 |
0.26.5 | 7,015 | 12/10/2023 |
0.26.4 | 7,144 | 12/2/2023 |
0.26.3 | 8,918 | 11/23/2023 |
0.26.2 | 11,501 | 11/16/2023 |
0.26.1 | 4,647 | 11/9/2023 |
0.26.0 | 2,056 | 11/6/2023 |
0.25.0 | 61,928 | 6/25/2023 |
0.24.2 | 16,098 | 5/5/2023 |
0.24.1 | 31,757 | 4/26/2023 |
0.24.0 | 444 | 4/26/2023 |
0.23.0 | 16,279 | 3/6/2023 |
0.22.1 | 25,183 | 1/18/2023 |
0.22.0 | 42,180 | 1/15/2023 |
0.21.0 | 13,917 | 11/29/2022 |
0.20.0 | 8,914 | 10/3/2022 |
0.19.2 | 2,942 | 9/15/2022 |
0.19.1 | 1,181 | 8/27/2022 |
0.19.0 | 887 | 8/15/2022 |
0.18.0 | 6,585 | 6/13/2022 |
0.17.0 | 3,218 | 5/23/2022 |
0.16.0 | 6,314 | 3/26/2022 |
0.15.1 | 2,377 | 2/14/2022 |
0.15.0 | 2,504 | 2/9/2022 |
0.14.0 | 827 | 1/22/2022 |
0.13.0 | 11,569 | 1/3/2022 |
0.12.0 | 3,857 | 11/30/2021 |
0.11.2 | 6,563 | 11/16/2021 |
0.10.0 | 645 | 10/18/2021 |
0.9.9 | 7,567 | 8/23/2021 |
0.9.8 | 942 | 7/27/2021 |
0.9.7 | 517 | 6/26/2021 |
0.9.6 | 393 | 6/12/2021 |
0.9.5 | 388 | 6/1/2021 |
0.9.4 | 420 | 5/24/2021 |
0.9.3 | 676 | 5/24/2021 |