SadConsole 7.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SadConsole --version 7.3.0
                    
NuGet\Install-Package SadConsole -Version 7.3.0
                    
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="SadConsole" Version="7.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SadConsole" Version="7.3.0" />
                    
Directory.Packages.props
<PackageReference Include="SadConsole" />
                    
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 SadConsole --version 7.3.0
                    
#r "nuget: SadConsole, 7.3.0"
                    
#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 SadConsole@7.3.0
                    
#: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=SadConsole&version=7.3.0
                    
Install as a Cake Addin
#tool nuget:?package=SadConsole&version=7.3.0
                    
Install as a Cake Tool

A MonoGame library that emulates old-school console and command prompt style graphics. Use the SadConsole.Starter package for new projects.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Universal Windows Platform uap10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on SadConsole:

Package Downloads
SadConsole.Host.MonoGame

A graphics hosting library for SadConsole that targets MonoGame.

SadConsole.Extended

A library of common classes that extend SadConsole with new controls, windows, and more.

SadConsole.Host.SFML

A graphics hosting library for SadConsole that targets SFML.

SadConsole.GoRogueHelpers

A helper library for SadConsole games built with GoRogue.

TheSadRogue.Integration

An official integration library for using GoRogue and SadConsole together to create a roguelike.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.9.0 777 3/29/2026
10.8.0 694 1/19/2026
10.8.0-debug 182 1/19/2026
10.7.0 705 11/15/2025
10.7.0-debug 251 11/15/2025
10.6.0 1,864 8/9/2025
10.6.0-debug 262 8/9/2025
10.5.0 2,613 12/7/2024
10.5.0-debug 295 12/7/2024
10.4.2 433 10/24/2024
10.4.2-debug 215 10/24/2024
10.4.1 1,617 6/13/2024
10.4.1-debug 320 6/13/2024
10.4.0 1,679 3/31/2024
10.4.0-debug 349 3/31/2024
10.0.3 851 3/14/2024
10.0.3-debug 426 3/14/2024
10.0.2 1,811 11/10/2023
7.3.0 2,275 12/29/2018
0.0.1-test 189 3/29/2026
Loading failed

- Windows now default MoveToFrontOnMouseClick = true.
- Consoles are brought forward and focused via LeftMouseDown instead of LeftMouseClick. (Thanks VGA256) #188
- You can set ListBox.SelectedItem = null now (Thanks darrellp) #183
- TextBox supports moving the cursor and inserting characters now (Thanks darrellp) #145
- Window could steal the mouse focus while dragging some other control across the title bar (Thanks VGA256) #165
- ColoredString.Parse now uses CultureInvariant (Thanks GPugnet) #173
- Various helper methods in ColoredGlyph, ColoredString, and SurfaceBase added (Thanks INeedAUniqueUsername) #187