NArrange 0.3.5
dotnet add package NArrange --version 0.3.5
NuGet\Install-Package NArrange -Version 0.3.5
<PackageReference Include="NArrange" Version="0.3.5" />
paket add NArrange --version 0.3.5
#r "nuget: NArrange, 0.3.5"
// Install NArrange as a Cake Addin #addin nuget:?package=NArrange&version=0.3.5 // Install NArrange as a Cake Tool #tool nuget:?package=NArrange&version=0.3.5
NArrange is a .NET code beautifier that automatically organizes code members and elements within .NET classes.
This package provides the Core and the CSharp and VisualBasic formatters. This allows it to be used as a library in other projects to do code formatting tasks.
The package is built from a fork at (https://github.com/miratechcorp/NArrange).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed a bug in the StringArranger which could lead to the file content being replaced with an empty string.