AvaloniaAppUsingHost.Template 4.0.0

dotnet new install AvaloniaAppUsingHost.Template@4.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

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.

Version Downloads Last Updated
4.0.0 89 8/22/2026
3.3.0 262 6/30/2026
3.2.0 250 5/1/2026
3.2.0-rc-01 251 4/29/2026
3.1.0 266 4/16/2026
3.0.0 276 4/8/2026
2.1.0.1 315 3/10/2026
2.1.0 304 3/10/2026

- 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.