XamlStyler.Console
3.0.0
See the version list below for details.
dotnet add package XamlStyler.Console --version 3.0.0
NuGet\Install-Package XamlStyler.Console -Version 3.0.0
<PackageReference Include="XamlStyler.Console" Version="3.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add XamlStyler.Console --version 3.0.0
#r "nuget: XamlStyler.Console, 3.0.0"
// Install XamlStyler.Console as a Cake Addin #addin nuget:?package=XamlStyler.Console&version=3.0.0 // Install XamlStyler.Console as a Cake Tool #tool nuget:?package=XamlStyler.Console&version=3.0.0
XAML Styler is a visual studio extension that formats XAML source code based on a set of styling rules. This tool can help you/your team maintain a better XAML coding style as well as a much better XAML readability. The power of XAML Styler wrapped up in a small executable that can be integrated into build scripts, git commit templates, and more. This package is built on top of the same styling engine that powers the Visual Studio plugin, and can be configured by specifying an external configuration.
Getting Started
./xstyler.exe -f "MainPage.xaml" -c "Config.json"
./xstyler.exe -r -d "C:\Solution\" -c "Config.json"
Resources
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on XamlStyler.Console:
Repository | Stars |
---|---|
RomanLavrov/RevitFamilyBrowser
Browser for .rfa Revit family files
|