YetAnotherConsoleTables 2.0.0
See the version list below for details.
dotnet add package YetAnotherConsoleTables --version 2.0.0
NuGet\Install-Package YetAnotherConsoleTables -Version 2.0.0
<PackageReference Include="YetAnotherConsoleTables" Version="2.0.0" />
paket add YetAnotherConsoleTables --version 2.0.0
#r "nuget: YetAnotherConsoleTables, 2.0.0"
// Install YetAnotherConsoleTables as a Cake Addin #addin nuget:?package=YetAnotherConsoleTables&version=2.0.0 // Install YetAnotherConsoleTables as a Cake Tool #tool nuget:?package=YetAnotherConsoleTables&version=2.0.0
Prints your POCO collections in the table view in a console. Supports multi-line data, attributes settings, output customization.
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 YetAnotherConsoleTables:
Package | Downloads |
---|---|
YetAnotherConsoleTables.Logger
The logger extensions for table logging using the YetAnotherConsoleTables library. |
|
YetAnotherConsoleTables.CommonConverters
The set of common table member converters for the YetAnotherConsoleTables library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
[Breaking change] TableDisplayName, TableMemberOrder and TableDefaultValue attributes are merged to one TableMember attribute. See project site wiki for details about migration to new version.