Consolonia 11.3.4-beta.1408

This is a prerelease version of Consolonia.
dotnet add package Consolonia --version 11.3.4-beta.1408
                    
NuGet\Install-Package Consolonia -Version 11.3.4-beta.1408
                    
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.1408" />
                    
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.1408" />
                    
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.1408
                    
#r "nuget: Consolonia, 11.3.4-beta.1408"
                    
#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.1408
                    
#: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.1408&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Consolonia&version=11.3.4-beta.1408&prerelease
                    
Install as a Cake Tool

Consolonia

This package is meta package for building Consolonia applications.

Background

Consolonia is a TUI (Text User Interface) (GUI Framework) implementation for Avalonia UI

Supports XAML, data bindings, animation, styling and the rest from Avalonia.

Showcase (click picture to see video)

datagridpic

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

.NET TUI framework: Avalonia engine, terminal output, modern UX

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.1408 0 8/28/2025
11.3.4-beta.1406 0 8/28/2025
11.3.4-beta.1396 0 8/28/2025
11.3.4-beta.1384 0 8/28/2025
11.3.4-beta.1374 10 8/28/2025
11.3.4-beta.1371 10 8/27/2025
11.3.4-beta.1369 9 8/27/2025
11.3.4-beta.1365 10 8/27/2025
11.3.4-beta.1359 13 8/27/2025
11.3.4-beta.1334 13 8/26/2025
11.3.4-beta.1325 11 8/26/2025
11.3.4-beta.1313 89 8/20/2025
11.2.5-beta.1305 144 8/19/2025
11.2.5-beta.1302 112 8/19/2025
11.2.5-beta.1298 145 8/18/2025
11.2.5-beta.1296 114 8/17/2025
11.2.5-beta.1294 116 8/17/2025
11.2.5-beta.1290 100 8/17/2025
11.2.5-beta.1287 89 8/17/2025
11.2.5-beta.1284 89 8/17/2025
11.2.5-beta.1278 57 8/16/2025
11.2.5-beta.1276 43 8/16/2025
11.2.5-beta.1273 49 8/16/2025
11.2.5-beta.1270 45 8/16/2025
11.2.5-beta.1264 52 8/16/2025
11.2.5-beta.1261 46 8/16/2025
11.2.5-beta.1259 48 8/16/2025
11.2.5-beta.1228 186 8/13/2025
11.2.5-beta.1221 107 8/10/2025
11.2.5-beta.1218 74 8/10/2025
11.2.5-beta.1213 81 8/10/2025
11.2.5-beta.1209 77 8/10/2025
11.2.5-beta.1207 79 8/10/2025
11.2.5-beta.1197 92 8/9/2025
11.2.5-beta.1176 148 8/3/2025
11.2.5-beta.1142 96 7/30/2025
11.2.5-beta.1102 159 7/4/2025
11.2.5-beta.1090 148 6/17/2025
11.2.5-beta.1077 154 6/3/2025
11.2.5-beta.1075 128 6/2/2025
11.2.5-beta.1065 205 4/8/2025
11.2.5-beta.1050 151 3/28/2025
11.2.5-beta.1047 116 3/27/2025
11.2.5-beta.1044 123 3/27/2025
11.2.5-beta.1026 176 3/23/2025
11.2.5-beta.1023 148 3/22/2025
11.2.5-beta.1018 144 3/22/2025
11.2.5-beta.1016 143 3/22/2025
11.2.5-beta.1008 78 3/22/2025
11.2.5-beta.1004 67 3/21/2025
11.2.5-beta.988 96 3/15/2025
11.2.5-beta.965 165 3/1/2025
11.2.5-beta.959 85 2/28/2025
11.2.3-beta.954 91 2/27/2025
11.2.3-beta.946 107 2/24/2025
11.2.3-beta.936 130 2/7/2025
11.2.3-beta.920 99 2/6/2025
11.2.3-beta.906 118 2/2/2025
11.2.3-beta.902 100 2/1/2025
11.2.3-beta.887 112 1/27/2025
11.2.3-beta.883 74 1/27/2025
11.2.3-beta.876 103 1/26/2025
11.2.3-beta.874 77 1/26/2025
11.2.3-beta.866 92 1/24/2025
11.2.3-beta.862 71 1/24/2025
11.2.3-beta.860 77 1/23/2025
11.2.3-beta.849 105 1/23/2025
11.2.3-beta.845 69 1/23/2025
11.2.3-beta.841 80 1/22/2025
11.2.3-beta.838 89 1/20/2025
11.2.3-beta.826 92 1/19/2025
11.2.3-beta.819 77 1/18/2025
11.2.3-beta.802 95 1/17/2025
11.2.3-beta.798 68 1/17/2025
11.2.3-beta.793 63 1/17/2025
11.2.3-beta.789 67 1/17/2025
11.2.3-beta.784 67 1/16/2025
11.2.1-alpha-782 62 1/16/2025
11.2.1-alpha-770 63 1/15/2025
11.2.1-alpha-764 41 1/15/2025
11.2.1-alpha-756 52 1/14/2025
11.2.1-alpha-748 149 1/10/2025
11.2.1-alpha-713 78 1/6/2025
11.2.1-alpha-711 104 1/4/2025
11.2.1-alpha-709 96 1/4/2025
11.2.1-alpha-701 101 1/4/2025
11.2.1-alpha-698 99 1/3/2025
11.2.1-alpha-678 102 1/1/2025
11.2.1-alpha-668 73 12/26/2024
11.2.1-alpha-664 73 12/26/2024
11.2.1-alpha-661 71 12/26/2024
11.2.1-alpha-652 75 12/25/2024
11.2.1-alpha-648 69 12/25/2024
11.2.1-alpha-646 71 12/25/2024
11.2.1-alpha-631 74 12/24/2024
11.2.1-alpha-626 72 12/23/2024
11.2.1-alpha-614 67 12/23/2024
11.2.1-alpha-606 376 12/21/2024
11.2.1-alpha-604 71 12/20/2024
11.2.1-alpha-598 70 12/19/2024
11.2.1-alpha-595 82 12/17/2024
11.2.1-alpha-593 68 12/17/2024
11.2.1-alpha-579 86 12/15/2024
11.2.1-alpha-577 76 12/15/2024
11.2.1-alpha-574 78 12/15/2024
11.2.1-alpha-568 77 12/15/2024
11.2.1-alpha-559 83 12/14/2024
11.2.1-alpha-547 86 12/13/2024
11.2.1-alpha-545 74 12/13/2024
11.2.1-alpha-540 74 12/13/2024
11.2.1-alpha-538 80 12/13/2024
11.2.1-alpha-523 83 12/8/2024
11.2.1-alpha-517 125 12/8/2024