PrettyConsoleHelper 1.1.1
.NET 6.0
dotnet add package PrettyConsoleHelper --version 1.1.1
NuGet\Install-Package PrettyConsoleHelper -Version 1.1.1
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="PrettyConsoleHelper" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PrettyConsoleHelper --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PrettyConsoleHelper, 1.1.1"
#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 PrettyConsoleHelper as a Cake Addin
#addin nuget:?package=PrettyConsoleHelper&version=1.1.1
// Install PrettyConsoleHelper as a Cake Tool
#tool nuget:?package=PrettyConsoleHelper&version=1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.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.
add select enum to interface. ability to easily specify a format for select list items. place static instances inside the interfaces