formatting-wpf-csharp-code
Installation
SKILL.md
WPF and C# Code Formatting
Applies consistent code style to XAML and C# files.
1. Required Tools
.NET 10 SDK
All commands use dotnet dnx for cross-platform compatibility (Windows, Linux, macOS).
# Verify .NET 10 is available
dotnet --version # Should be 10.0.x or higher