Use when working on Avalonia UI apps with the Zafiro toolkit and needing the standard .NET development workflow and verification steps
Minimal, repeatable workflow for Avalonia + Zafiro changes, with verification that fits .NET projects.
App.axaml or Styles.axaml.EnhancedButton instead of Button.x:DataType for compiled bindings.Design.PreviewWith in style and theme files..axaml files in the root style file.[ControlName].axaml.cs for lookless controls.dotnet builddotnet test (if tests exist)dotnet format (if configured)When working on features in repositories that use GitVersion, follow this default workflow:
+semver:[major|minor|fix] so GitVersion correctly bumps the version.