AvaloniaAppUsingHost.Template
4.0.0
dotnet new install AvaloniaAppUsingHost.Template@4.0.0
Project Name
This will spin up an Avalonia app using Microsoft.Hosting to set up the App and dependency injection
Requirements
- .NET 10 SDK
Install
dotnet new install AvaloniaAppUsingHost
Run
dotnet new avalonia-host -n NameOfApp
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.
- Added validation and hierarchical TreeView examples.
- Introduced IScreenPage and ValidatingScreenPage for flexible screen lifecycles and data-annotation validation.
- Added an empty workspace launcher and improved tab navigation with close buttons.
- Added information, error, and success status messaging helpers.
- Refined startup task progress reporting and application styling.