Consolonia 11.2.5-beta.1044

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.2.5-beta.1044
                    
NuGet\Install-Package Consolonia -Version 11.2.5-beta.1044
                    
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.2.5-beta.1044" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Consolonia" Version="11.2.5-beta.1044" />
                    
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.2.5-beta.1044
                    
#r "nuget: Consolonia, 11.2.5-beta.1044"
                    
#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.2.5-beta.1044
                    
#: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.2.5-beta.1044&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Consolonia&version=11.2.5-beta.1044&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 MaterialTheme());
    }
}

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

Text User Interface implementation of Avalonia UI (GUI Framework)

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.2.5-beta.1221 16 8/10/2025
11.2.5-beta.1218 15 8/10/2025
11.2.5-beta.1213 17 8/10/2025
11.2.5-beta.1209 18 8/10/2025
11.2.5-beta.1207 19 8/10/2025
11.2.5-beta.1197 21 8/9/2025
11.2.5-beta.1176 106 8/3/2025
11.2.5-beta.1142 88 7/30/2025
11.2.5-beta.1102 154 7/4/2025
11.2.5-beta.1090 142 6/17/2025
11.2.5-beta.1077 149 6/3/2025
11.2.5-beta.1075 123 6/2/2025
11.2.5-beta.1065 200 4/8/2025
11.2.5-beta.1050 146 3/28/2025
11.2.5-beta.1047 111 3/27/2025
11.2.5-beta.1044 118 3/27/2025
11.2.5-beta.1026 171 3/23/2025
11.2.5-beta.1023 143 3/22/2025
11.2.5-beta.1018 139 3/22/2025
11.2.5-beta.1016 138 3/22/2025
11.2.5-beta.1008 73 3/22/2025
11.2.5-beta.1004 62 3/21/2025
11.2.5-beta.988 91 3/15/2025
11.2.5-beta.965 159 3/1/2025
11.2.5-beta.959 81 2/28/2025
11.2.3-beta.954 87 2/27/2025
11.2.3-beta.946 103 2/24/2025
11.2.3-beta.936 125 2/7/2025
11.2.3-beta.920 95 2/6/2025
11.2.3-beta.906 112 2/2/2025
11.2.3-beta.902 96 2/1/2025
11.2.3-beta.887 108 1/27/2025
11.2.3-beta.883 69 1/27/2025
11.2.3-beta.876 99 1/26/2025
11.2.3-beta.874 73 1/26/2025
11.2.3-beta.866 88 1/24/2025
11.2.3-beta.862 66 1/24/2025
11.2.3-beta.860 72 1/23/2025
11.2.3-beta.849 100 1/23/2025
11.2.3-beta.845 64 1/23/2025
11.2.3-beta.841 75 1/22/2025
11.2.3-beta.838 84 1/20/2025
11.2.3-beta.826 88 1/19/2025
11.2.3-beta.819 73 1/18/2025
11.2.3-beta.802 91 1/17/2025
11.2.3-beta.798 61 1/17/2025
11.2.3-beta.793 58 1/17/2025
11.2.3-beta.789 63 1/17/2025
11.2.3-beta.784 63 1/16/2025
11.2.1-alpha-782 57 1/16/2025
11.2.1-alpha-770 58 1/15/2025
11.2.1-alpha-764 36 1/15/2025
11.2.1-alpha-756 48 1/14/2025
11.2.1-alpha-748 144 1/10/2025
11.2.1-alpha-713 73 1/6/2025
11.2.1-alpha-711 100 1/4/2025
11.2.1-alpha-709 91 1/4/2025
11.2.1-alpha-701 96 1/4/2025
11.2.1-alpha-698 94 1/3/2025
11.2.1-alpha-678 98 1/1/2025
11.2.1-alpha-668 69 12/26/2024
11.2.1-alpha-664 69 12/26/2024
11.2.1-alpha-661 67 12/26/2024
11.2.1-alpha-652 71 12/25/2024
11.2.1-alpha-648 65 12/25/2024
11.2.1-alpha-646 66 12/25/2024
11.2.1-alpha-631 70 12/24/2024
11.2.1-alpha-626 68 12/23/2024
11.2.1-alpha-614 63 12/23/2024
11.2.1-alpha-606 372 12/21/2024
11.2.1-alpha-604 67 12/20/2024
11.2.1-alpha-598 66 12/19/2024
11.2.1-alpha-595 77 12/17/2024
11.2.1-alpha-593 63 12/17/2024
11.2.1-alpha-579 81 12/15/2024
11.2.1-alpha-577 72 12/15/2024
11.2.1-alpha-574 74 12/15/2024
11.2.1-alpha-568 71 12/15/2024
11.2.1-alpha-559 78 12/14/2024
11.2.1-alpha-547 82 12/13/2024
11.2.1-alpha-545 70 12/13/2024
11.2.1-alpha-540 70 12/13/2024
11.2.1-alpha-538 75 12/13/2024
11.2.1-alpha-523 78 12/8/2024
11.2.1-alpha-517 121 12/8/2024