SadConsole 9.0.0-alpha9

This is a prerelease version of SadConsole.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SadConsole --version 9.0.0-alpha9
                    
NuGet\Install-Package SadConsole -Version 9.0.0-alpha9
                    
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="9.0.0-alpha9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SadConsole" Version="9.0.0-alpha9" />
                    
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 9.0.0-alpha9
                    
#r "nuget: SadConsole, 9.0.0-alpha9"
                    
#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@9.0.0-alpha9
                    
#: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=9.0.0-alpha9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SadConsole&version=9.0.0-alpha9&prerelease
                    
Install as a Cake Tool
  • RandomGarbage uses the current font.
  • Add SadConsole.Game.Instance.SetSplashScreens method for adding startup splash screens to games.
  • Add Cursor.SetPrintAppearance overloads.
  • CodeInstruction now uses a TimeSpan delta parameter.
  • The ControslConsole.ControlsHostComponent property was renamed to Controls.
  • Rename ControlsHost.Controls property to GetControlsArray method. ControlsHost implements IEnumerable to get the controls: foreach (var control in controlsComponent)
  • Fixed alpha blending on MonoGame. (Thanks DoctorTriagony)
  • Added Host.Settings options for both MonoGame and SFML related to blending. (Thanks DoctorTriagony)
  • Renderers can override the blend setting.
  • ListBox control logic updated to allow better positioning of the ScrollBar.
  • Theme for ListBox updated to use the Lines color.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
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 (1)

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

Repository Stars
Thraka/SadConsole
A .NET ascii/ansi console engine written in C# for MonoGame and SFML. Create your own text roguelike (or other) games!
Version Downloads Last Updated
10.9.0 136 3/29/2026
10.8.0 615 1/19/2026
10.8.0-debug 163 1/19/2026
10.7.0 681 11/15/2025
10.7.0-debug 238 11/15/2025
10.6.0 1,570 8/9/2025
10.6.0-debug 245 8/9/2025
10.5.0 2,591 12/7/2024
10.5.0-debug 285 12/7/2024
10.4.2 425 10/24/2024
10.4.2-debug 206 10/24/2024
10.4.1 1,603 6/13/2024
10.4.1-debug 308 6/13/2024
10.4.0 1,667 3/31/2024
10.4.0-debug 339 3/31/2024
10.0.3 842 3/14/2024
10.0.3-debug 414 3/14/2024
10.0.2 1,797 11/10/2023
9.0.0-alpha9 1,975 7/25/2020
0.0.1-test 118 3/29/2026
Loading failed

Adds new splashscreens feature.
   Bug fixes related to ControlsConsole and the ListBox control was enhanced.
   Renderers can set Opacity which is used in the final screen draw of the surface.