PrettyConsoleHelper 1.0.5
See the version list below for details.
dotnet add package PrettyConsoleHelper --version 1.0.5
NuGet\Install-Package PrettyConsoleHelper -Version 1.0.5
<PackageReference Include="PrettyConsoleHelper" Version="1.0.5" />
paket add PrettyConsoleHelper --version 1.0.5
#r "nuget: PrettyConsoleHelper, 1.0.5"
// Install PrettyConsoleHelper as a Cake Addin #addin nuget:?package=PrettyConsoleHelper&version=1.0.5 // Install PrettyConsoleHelper as a Cake Tool #tool nuget:?package=PrettyConsoleHelper&version=1.0.5
Library for Console apps with prettier and easier experience with output and input parsing/validating. Includes a Console table (rows and columns), Input helper and a console output class. Beginner friendly and compatible with Dependency Injection
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
- Microsoft.Extensions.Options (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
A way of adding headers without having to specify the names, just write any type of class. Able to add default headers at the same time when passing down rows. 3 lines of code to create an object, add items and headers, write to console thanks to a fluent api style.