ObscureWare.Console.Core
0.2.8.42712
See the version list below for details.
dotnet add package ObscureWare.Console.Core --version 0.2.8.42712
NuGet\Install-Package ObscureWare.Console.Core -Version 0.2.8.42712
<PackageReference Include="ObscureWare.Console.Core" Version="0.2.8.42712" />
paket add ObscureWare.Console.Core --version 0.2.8.42712
#r "nuget: ObscureWare.Console.Core, 0.2.8.42712"
// Install ObscureWare.Console.Core as a Cake Addin #addin nuget:?package=ObscureWare.Console.Core&version=0.2.8.42712 // Install ObscureWare.Console.Core as a Cake Tool #tool nuget:?package=ObscureWare.Console.Core&version=0.2.8.42712
This small library allows more control on System.Console than using default one. Plus CloseColorFinder tool for mapping System.Drawing.Color structure to the closest possible color from console's 16 colors. And you can also easily edit those defaults.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ObscureWare.Console.Core:
Package | Downloads |
---|---|
ObscureWare.Console.Operations
This library allows for console operations, like table / frame display. Requires Obscureware.Console.Core to support coloring and console control |
|
ObscureWare.Console.Commands
This library is robust, flexible console command engine that cooperates with our Console.Core coloring engine. It supports various types of syntax and provides separation of models, commands and console output, which is good for proper unit testing. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.3.27318 | 1,168 | 7/9/2017 |
0.3.2.18319 | 925 | 7/9/2017 |
0.3.1.469 | 1,668 | 1/6/2017 |
0.3.0.28607 | 3,030 | 1/5/2017 |
0.2.8.42712 | 1,876 | 1/4/2017 |
0.2.8.28268 | 1,086 | 1/5/2017 |
0.2.7.16017 | 2,238 | 1/4/2017 |
0.2.6.33198 | 1,718 | 1/3/2017 |
0.2.5.31474 | 1,296 | 1/3/2017 |
0.2.4.19971 | 1,141 | 1/3/2017 |
0.2.4.17827 | 2,814 | 12/31/2016 |
0.2.3.41965 | 1,088 | 12/31/2016 |
0.2.3.18688 | 2,058 | 12/27/2016 |
0.2.2.1729 | 1,287 | 12/26/2016 |
0.2.1.1673 | 1,249 | 12/26/2016 |
0.2.1.856 | 1,115 | 12/26/2016 |
0.2.0 | 1,703 | 12/23/2016 |
Version BETA.
Exposed Cursor Hide/Show methods.