ConsoleTools 0.4.0
Prefix ReservedSee the version list below for details.
dotnet add package ConsoleTools --version 0.4.0
NuGet\Install-Package ConsoleTools -Version 0.4.0
<PackageReference Include="ConsoleTools" Version="0.4.0" />
paket add ConsoleTools --version 0.4.0
#r "nuget: ConsoleTools, 0.4.0"
// Install ConsoleTools as a Cake Addin #addin nuget:?package=ConsoleTools&version=0.4.0 // Install ConsoleTools as a Cake Tool #tool nuget:?package=ConsoleTools&version=0.4.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 | Versions 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. |
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.2.1 | 1,754 | 9/5/2024 |
1.2.0 | 239 | 8/17/2024 |
1.1.1 | 37,579 | 4/5/2022 |
1.0.0 | 2,399 | 2/28/2022 |
0.5.5 | 1,407 | 12/14/2021 |
0.5.4 | 60,719 | 3/7/2020 |
0.5.3 | 7,825 | 1/4/2020 |
0.5.2 | 55,088 | 3/18/2019 |
0.5.1 | 12,738 | 9/11/2018 |
0.5.0 | 881 | 9/4/2018 |
0.4.0 | 1,148 | 5/16/2018 |
0.3.0 | 1,304 | 1/24/2018 |
0.2.0 | 1,463 | 1/15/2018 |
0.1.0 | 1,289 | 1/7/2018 |
0.0.2 | 1,268 | 1/5/2018 |
0.0.1 | 1,265 | 1/3/2018 |
- Pause: Supports multiline text.
- Pause: [bugfix] Control was not erased correctly when text was too big and wrapped around.
- ValueInput : Renamed to ValueRead. And all the specific controls derived from it (StringRead, Int32Read, Int64Read, FloatRead, DoubleRead)
- ValueOutput : Renamed to ValueWrite. And all the specific controls derived from it (StringWrite, Int32Write, Int64Write, FloatWrite, DoubleWrite)
- ListInput : Renamed to ListRead. And all the specific controls derived from it (StringListRead, Int32ListRead, Int64ListRead, FloatListRead, DoubleListRead)
- ListOutput : Renamed to ListWrite. And all the specific controls derived from it (StringListWrite, Int32ListWrite, Int64ListWrite, FloatListWrite, DoubleListWrite)
- Spinner: Added top and bottom margin.
- Column (DataGrid): Added constructor that takes the header text.
- LabelMenuItem (ScrollableMenu): [bugfix] If Command is present, the menu item must be enabled only if the command is active.
- RowList (DataGrid): Added Clear() method.
- RowList (DataGrid): Added Remove() methods.
- ValueRead: Added back the Read() method;
- ValueWrite: Added back the Write() method;
- ListRead: Added back the Read() method;
- ListWrite: Added back the Write() method;
- ScrollableMenu: Added customizable highlight type (only text, whole row).
- Spinner: [bugfix] The spinner was not displayed by the quick request (Spinner.Run).