Consolonia 11.3.7-beta.2027

This is a prerelease version of Consolonia.
dotnet add package Consolonia --version 11.3.7-beta.2027
                    
NuGet\Install-Package Consolonia -Version 11.3.7-beta.2027
                    
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.7-beta.2027" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Consolonia" Version="11.3.7-beta.2027" />
                    
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.7-beta.2027
                    
#r "nuget: Consolonia, 11.3.7-beta.2027"
                    
#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.7-beta.2027
                    
#: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.7-beta.2027&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Consolonia&version=11.3.7-beta.2027&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
Consolonia/Consolonia
A cross-platform UI framework for .NET.
Version Downloads Last Updated
11.3.7-beta.2027 342 11/18/2025
11.3.7-beta.1941 352 11/8/2025
11.3.7-beta.1831 413 10/25/2025
11.3.7-beta.1773 288 10/17/2025
11.3.4-beta.1699 140 10/10/2025
11.3.4-beta.1685 121 10/9/2025
11.3.4-beta.1648 134 10/1/2025
11.3.4-beta.1604 226 9/19/2025
11.3.4-beta.1598 208 9/19/2025
11.3.4-beta.1573 265 9/16/2025
11.3.4-beta.1547 103 9/13/2025
11.3.4-beta.1545 104 9/13/2025
11.3.4-beta.1533 106 9/13/2025
11.3.4-beta.1527 101 9/13/2025
11.3.4-beta.1499 72 9/12/2025
11.3.4-beta.1483 123 9/11/2025
11.3.4-beta.1464 128 9/9/2025
11.3.4-beta.1456 124 9/8/2025
11.3.4-beta.1452 123 9/8/2025
11.3.4-beta.1450 129 9/7/2025
11.3.4-beta.1442 96 9/6/2025
11.3.4-beta.1433 86 9/5/2025
11.3.4-beta.1425 140 9/4/2025
11.3.4-beta.1420 131 8/31/2025
11.3.4-beta.1416 132 8/31/2025
11.3.4-beta.1414 152 8/29/2025
11.3.4-beta.1408 172 8/28/2025
11.3.4-beta.1406 167 8/28/2025
11.3.4-beta.1396 169 8/28/2025
11.3.4-beta.1384 172 8/28/2025
11.3.4-beta.1374 174 8/28/2025
11.3.4-beta.1371 172 8/27/2025
11.3.4-beta.1369 169 8/27/2025
11.3.4-beta.1365 169 8/27/2025
11.3.4-beta.1359 177 8/27/2025
11.3.4-beta.1334 176 8/26/2025
11.3.4-beta.1325 192 8/26/2025
11.3.4-beta.1313 122 8/20/2025
11.2.5-beta.1305 1,287 8/19/2025
11.2.5-beta.1302 122 8/19/2025
11.2.5-beta.1298 216 8/18/2025
11.2.5-beta.1296 126 8/17/2025
11.2.5-beta.1294 128 8/17/2025
11.2.5-beta.1290 112 8/17/2025
11.2.5-beta.1287 102 8/17/2025
11.2.5-beta.1284 101 8/17/2025
11.2.5-beta.1278 71 8/16/2025
11.2.5-beta.1276 55 8/16/2025
11.2.5-beta.1273 62 8/16/2025
11.2.5-beta.1270 58 8/16/2025
11.2.5-beta.1264 61 8/16/2025
11.2.5-beta.1261 59 8/16/2025
11.2.5-beta.1259 61 8/16/2025
11.2.5-beta.1228 197 8/13/2025
11.2.5-beta.1221 118 8/10/2025
11.2.5-beta.1218 84 8/10/2025
11.2.5-beta.1213 90 8/10/2025
11.2.5-beta.1209 89 8/10/2025
11.2.5-beta.1207 89 8/10/2025
11.2.5-beta.1197 102 8/9/2025
11.2.5-beta.1176 155 8/3/2025
11.2.5-beta.1142 106 7/30/2025
11.2.5-beta.1102 192 7/4/2025
11.2.5-beta.1090 160 6/17/2025
11.2.5-beta.1077 162 6/3/2025
11.2.5-beta.1075 137 6/2/2025
11.2.5-beta.1065 213 4/8/2025
11.2.5-beta.1050 160 3/28/2025
11.2.5-beta.1047 125 3/27/2025
11.2.5-beta.1044 130 3/27/2025
11.2.5-beta.1026 186 3/23/2025
11.2.5-beta.1023 159 3/22/2025
11.2.5-beta.1018 152 3/22/2025
11.2.5-beta.1016 150 3/22/2025
11.2.5-beta.1008 89 3/22/2025
11.2.5-beta.1004 75 3/21/2025
11.2.5-beta.988 105 3/15/2025
11.2.5-beta.965 172 3/1/2025
11.2.5-beta.959 91 2/28/2025
11.2.3-beta.954 99 2/27/2025
11.2.3-beta.946 114 2/24/2025
11.2.3-beta.936 135 2/7/2025
11.2.3-beta.920 108 2/6/2025
11.2.3-beta.906 125 2/2/2025
11.2.3-beta.902 109 2/1/2025
11.2.3-beta.887 120 1/27/2025
11.2.3-beta.883 81 1/27/2025
11.2.3-beta.876 111 1/26/2025
11.2.3-beta.874 82 1/26/2025
11.2.3-beta.866 99 1/24/2025
11.2.3-beta.862 80 1/24/2025
11.2.3-beta.860 84 1/23/2025
11.2.3-beta.849 112 1/23/2025
11.2.3-beta.845 75 1/23/2025
11.2.3-beta.841 86 1/22/2025
11.2.3-beta.838 95 1/20/2025
11.2.3-beta.826 99 1/19/2025
11.2.3-beta.819 81 1/18/2025
11.2.3-beta.802 101 1/17/2025
11.2.3-beta.798 76 1/17/2025
11.2.3-beta.793 73 1/17/2025
11.2.3-beta.789 77 1/17/2025
11.2.3-beta.784 73 1/16/2025
11.2.1-alpha-782 68 1/16/2025
11.2.1-alpha-770 70 1/15/2025
11.2.1-alpha-764 46 1/15/2025
11.2.1-alpha-756 59 1/14/2025
11.2.1-alpha-748 158 1/10/2025
11.2.1-alpha-713 87 1/6/2025
11.2.1-alpha-711 112 1/4/2025
11.2.1-alpha-709 103 1/4/2025
11.2.1-alpha-701 108 1/4/2025
11.2.1-alpha-698 104 1/3/2025
11.2.1-alpha-678 109 1/1/2025
11.2.1-alpha-668 83 12/26/2024
11.2.1-alpha-664 84 12/26/2024
11.2.1-alpha-661 78 12/26/2024
11.2.1-alpha-652 85 12/25/2024
11.2.1-alpha-648 78 12/25/2024
11.2.1-alpha-646 81 12/25/2024
11.2.1-alpha-631 80 12/24/2024
11.2.1-alpha-626 85 12/23/2024
11.2.1-alpha-614 78 12/23/2024
11.2.1-alpha-606 404 12/21/2024
11.2.1-alpha-604 83 12/20/2024
11.2.1-alpha-598 81 12/19/2024
11.2.1-alpha-595 95 12/17/2024
11.2.1-alpha-593 82 12/17/2024
11.2.1-alpha-579 98 12/15/2024
11.2.1-alpha-577 92 12/15/2024
11.2.1-alpha-574 92 12/15/2024
11.2.1-alpha-568 87 12/15/2024
11.2.1-alpha-559 96 12/14/2024
11.2.1-alpha-547 98 12/13/2024
11.2.1-alpha-545 86 12/13/2024
11.2.1-alpha-540 86 12/13/2024
11.2.1-alpha-538 90 12/13/2024
11.2.1-alpha-523 97 12/8/2024
11.2.1-alpha-517 146 12/8/2024