Installation
INFO
When this page was written, the latest Avalonia version was 11.2.0-beta1
with SukiUI version 6.0.0-beta8
SukiUI can be installed in two ways:
- Nuget Recommended
- CI Artifacts from Github Action
Prepare your application
The following picture shows packages already installed with the default Avalonia Template
:
In these packages, Avalonia.Themes.Fluent
will no longer be necessary and can be removed.
TIP
About Avalonia Template
: Set up an editor
Install latest SukiUI package
The Nuget installation is suitable for most users, but if you want to use the latest build, you can download the dll from Github Action after the automatic build.
Via Nuget
dotnet add package SukiUI --version 6.0.0
You're done !
TIP
Visit SukiUI on Nuget for more information
Via Github Action
Github Action Guide
Visit SukiUI CI
Select the latest workflow
Download the artifact
Add reference
Select
SukiUI.dll
you downloaded
TIP
The package list should be: