ConsoleTools 0.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package ConsoleTools --version 0.3.0
NuGet\Install-Package ConsoleTools -Version 0.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="ConsoleTools" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsoleTools --version 0.3.0
#r "nuget: ConsoleTools, 0.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.
// Install ConsoleTools as a Cake Addin
#addin nuget:?package=ConsoleTools&version=0.3.0

// Install ConsoleTools as a Cake Tool
#tool nuget:?package=ConsoleTools&version=0.3.0

A set of tools and "controls" for the .net Console. It contains: List Input/Output Controls, Text Input/Output Controls, Progress Bar, Spinner, Data Table, Prompter, Menus, etc.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ConsoleTools:

Package Downloads
ConsoleMvc

A small framework that helps to structure the presentation level of a console application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 27,933 4/5/2022
1.0.0 2,358 2/28/2022
0.5.5 1,339 12/14/2021
0.5.4 42,733 3/7/2020
0.5.3 7,395 1/4/2020
0.5.2 55,029 3/18/2019
0.5.1 12,623 9/11/2018
0.5.0 833 9/4/2018
0.4.0 1,100 5/16/2018
0.3.0 1,264 1/24/2018
0.2.0 1,418 1/15/2018
0.1.0 1,242 1/7/2018
0.0.2 1,227 1/5/2018
0.0.1 1,220 1/3/2018

- ProgressBar: Renamed the BarEmptyColor and BarFillColor into BarEmptyForegroundColor and BarFillForegroundColor.
- ProgressBar: Renamed the Done() method into Close().
- Spinner: Renamed the Stop() method into Close().
- Prompter: Renamed the Run() method into Display().
- Prompter: Renamed the RunOnce() method into DisplayOnce().
- Prompter: Renamed the RequestStop() method into RequestClose().
- Prompter: Added MarginTop/MarginBottom.
- Spinner: Renamed the spinner templates.
- Pause [bugfix]: Control is not correctly erased when it is displayed at the bottom of the console buffer.
- Added French translation.
- DataGrid: Renamed Table into DataGrid.
- DataGrid: Exposed the Rows list.
- DataGrid: Removed the ColumnCount and RowCount properties. The values can be retrieved directly from the Columns and Rows lists.
- DataGrid: Created a StreamTablePrinter that writes the table into a Stream.
- DataGrid: [performance] Fixed performance issue introduced in ver 0.2.0.
- DataGrid: Added MarginTop/MarginBottom.
- Console MVC: Removed. It was moved in its own project named ConsoleMvc.
- TextMenu: Added MarginTop/MarginBottom.
- YesNoControl: Added MarginTop/MarginBottom.