Consolonia 11.3.4-beta.1598

This is a prerelease version of Consolonia.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Consolonia --version 11.3.4-beta.1598
                    
NuGet\Install-Package Consolonia -Version 11.3.4-beta.1598
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Consolonia" Version="11.3.4-beta.1598" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Consolonia" Version="11.3.4-beta.1598" />
                    
Directory.Packages.props
<PackageReference Include="Consolonia" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Consolonia --version 11.3.4-beta.1598
                    
#r "nuget: Consolonia, 11.3.4-beta.1598"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Consolonia@11.3.4-beta.1598
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Consolonia&version=11.3.4-beta.1598&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Consolonia&version=11.3.4-beta.1598&prerelease
                    
Install as a Cake Tool

logo

🚀 Modern UI Power, Now in Your Console

This package is a meta package which includes everything you need to build Console applications using Consolonia and Avalonia.

gallery

Usage

Define an application with a theme (See Consolonia.Themes.TurboVision for themes)

Define a Window

HelloWorldWindow.axaml

<Window xmlns="https://github.com/avaloniaui"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        x:Class="HelloWorldWindow">
    <TextBlock Text="Hello World" />
</Window>

## Define an application 
You need to define an application that defines a theme and sets the main window.

HelloWorldApp.cs
```csharp
// use HelloWorldWindow as the MainWindow for the application
public class HelloWorldApp : ConsoloniaApplication<HelloWorldWindow>
{
    public override void Initialize()
    {
        // set the theme
        Styles.Add(new FluentTheme());
    }
}

Setup program.cs

Program.cs

[STAThread]
private static void Main(string[] args)
{
    BuildAvaloniaApp()
        .StartWithConsoleLifetime(args);
}

public static AppBuilder BuildAvaloniaApp()
    => AppBuilder.Configure<HelloWorldApp>()
        .UseConsolonia()
        .UseAutoDetectedConsole()
        .LogToException();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Consolonia:

Package Downloads
Consolonia.Blazor

This package provides the ability to use Blazor .razor files to create console apps using Consolonia.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Consolonia:

Repository Stars
jinek/Consolonia
A cross-platform UI framework for .NET.
Version Downloads Last Updated
11.3.4-beta.1604 0 9/19/2025
11.3.4-beta.1598 0 9/19/2025
11.3.4-beta.1573 81 9/16/2025
11.3.4-beta.1547 85 9/13/2025
11.3.4-beta.1545 85 9/13/2025
11.3.4-beta.1533 87 9/13/2025
11.3.4-beta.1527 82 9/13/2025
11.3.4-beta.1499 64 9/12/2025
11.3.4-beta.1483 115 9/11/2025
11.3.4-beta.1464 119 9/9/2025
11.3.4-beta.1456 116 9/8/2025
11.3.4-beta.1452 115 9/8/2025
11.3.4-beta.1450 119 9/7/2025
11.3.4-beta.1442 87 9/6/2025
11.3.4-beta.1433 76 9/5/2025
11.3.4-beta.1425 132 9/4/2025
11.3.4-beta.1420 123 8/31/2025
11.3.4-beta.1416 125 8/31/2025
11.3.4-beta.1414 145 8/29/2025
11.3.4-beta.1408 165 8/28/2025
11.3.4-beta.1406 160 8/28/2025
11.3.4-beta.1396 161 8/28/2025
11.3.4-beta.1384 163 8/28/2025
11.3.4-beta.1374 168 8/28/2025
11.3.4-beta.1371 164 8/27/2025
11.3.4-beta.1369 161 8/27/2025
11.3.4-beta.1365 162 8/27/2025
11.3.4-beta.1359 169 8/27/2025
11.3.4-beta.1334 169 8/26/2025
11.3.4-beta.1325 186 8/26/2025
11.3.4-beta.1313 115 8/20/2025
11.2.5-beta.1305 787 8/19/2025
11.2.5-beta.1302 117 8/19/2025
11.2.5-beta.1298 195 8/18/2025
11.2.5-beta.1296 119 8/17/2025
11.2.5-beta.1294 121 8/17/2025
11.2.5-beta.1290 105 8/17/2025
11.2.5-beta.1287 94 8/17/2025
11.2.5-beta.1284 94 8/17/2025
11.2.5-beta.1278 64 8/16/2025
11.2.5-beta.1276 47 8/16/2025
11.2.5-beta.1273 54 8/16/2025
11.2.5-beta.1270 49 8/16/2025
11.2.5-beta.1264 56 8/16/2025
11.2.5-beta.1261 51 8/16/2025
11.2.5-beta.1259 53 8/16/2025
11.2.5-beta.1228 190 8/13/2025
11.2.5-beta.1221 112 8/10/2025
11.2.5-beta.1218 79 8/10/2025
11.2.5-beta.1213 86 8/10/2025
11.2.5-beta.1209 82 8/10/2025
11.2.5-beta.1207 84 8/10/2025
11.2.5-beta.1197 97 8/9/2025
11.2.5-beta.1176 152 8/3/2025
11.2.5-beta.1142 100 7/30/2025
11.2.5-beta.1102 173 7/4/2025
11.2.5-beta.1090 152 6/17/2025
11.2.5-beta.1077 158 6/3/2025
11.2.5-beta.1075 131 6/2/2025
11.2.5-beta.1065 209 4/8/2025
11.2.5-beta.1050 155 3/28/2025
11.2.5-beta.1047 120 3/27/2025
11.2.5-beta.1044 126 3/27/2025
11.2.5-beta.1026 179 3/23/2025
11.2.5-beta.1023 152 3/22/2025
11.2.5-beta.1018 147 3/22/2025
11.2.5-beta.1016 146 3/22/2025
11.2.5-beta.1008 82 3/22/2025
11.2.5-beta.1004 71 3/21/2025
11.2.5-beta.988 99 3/15/2025
11.2.5-beta.965 167 3/1/2025
11.2.5-beta.959 87 2/28/2025
11.2.3-beta.954 94 2/27/2025
11.2.3-beta.946 110 2/24/2025
11.2.3-beta.936 132 2/7/2025
11.2.3-beta.920 102 2/6/2025
11.2.3-beta.906 120 2/2/2025
11.2.3-beta.902 102 2/1/2025
11.2.3-beta.887 116 1/27/2025
11.2.3-beta.883 77 1/27/2025
11.2.3-beta.876 106 1/26/2025
11.2.3-beta.874 79 1/26/2025
11.2.3-beta.866 95 1/24/2025
11.2.3-beta.862 73 1/24/2025
11.2.3-beta.860 79 1/23/2025
11.2.3-beta.849 108 1/23/2025
11.2.3-beta.845 72 1/23/2025
11.2.3-beta.841 82 1/22/2025
11.2.3-beta.838 91 1/20/2025
11.2.3-beta.826 95 1/19/2025
11.2.3-beta.819 79 1/18/2025
11.2.3-beta.802 97 1/17/2025
11.2.3-beta.798 71 1/17/2025
11.2.3-beta.793 66 1/17/2025
11.2.3-beta.789 70 1/17/2025
11.2.3-beta.784 69 1/16/2025
11.2.1-alpha-782 65 1/16/2025
11.2.1-alpha-770 66 1/15/2025
11.2.1-alpha-764 43 1/15/2025
11.2.1-alpha-756 54 1/14/2025
11.2.1-alpha-748 151 1/10/2025
11.2.1-alpha-713 81 1/6/2025
11.2.1-alpha-711 107 1/4/2025
11.2.1-alpha-709 98 1/4/2025
11.2.1-alpha-701 103 1/4/2025
11.2.1-alpha-698 101 1/3/2025
11.2.1-alpha-678 104 1/1/2025
11.2.1-alpha-668 77 12/26/2024
11.2.1-alpha-664 76 12/26/2024
11.2.1-alpha-661 75 12/26/2024
11.2.1-alpha-652 78 12/25/2024
11.2.1-alpha-648 71 12/25/2024
11.2.1-alpha-646 73 12/25/2024
11.2.1-alpha-631 77 12/24/2024
11.2.1-alpha-626 77 12/23/2024
11.2.1-alpha-614 72 12/23/2024
11.2.1-alpha-606 380 12/21/2024
11.2.1-alpha-604 77 12/20/2024
11.2.1-alpha-598 76 12/19/2024
11.2.1-alpha-595 88 12/17/2024
11.2.1-alpha-593 75 12/17/2024
11.2.1-alpha-579 92 12/15/2024
11.2.1-alpha-577 81 12/15/2024
11.2.1-alpha-574 85 12/15/2024
11.2.1-alpha-568 81 12/15/2024
11.2.1-alpha-559 88 12/14/2024
11.2.1-alpha-547 92 12/13/2024
11.2.1-alpha-545 79 12/13/2024
11.2.1-alpha-540 79 12/13/2024
11.2.1-alpha-538 84 12/13/2024
11.2.1-alpha-523 89 12/8/2024
11.2.1-alpha-517 131 12/8/2024