YetAnotherConsoleTables 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package YetAnotherConsoleTables --version 1.1.0
NuGet\Install-Package YetAnotherConsoleTables -Version 1.1.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="YetAnotherConsoleTables" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add YetAnotherConsoleTables --version 1.1.0
#r "nuget: YetAnotherConsoleTables, 1.1.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 YetAnotherConsoleTables as a Cake Addin
#addin nuget:?package=YetAnotherConsoleTables&version=1.1.0

// Install YetAnotherConsoleTables as a Cake Tool
#tool nuget:?package=YetAnotherConsoleTables&version=1.1.0

Prints your POCO collections in the table view in a console. Supports multi-line data, attributes settings, output customization.

Product 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. 
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 (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.

Version Downloads Last updated
3.2.0 1,876 6/4/2023
3.1.0 124 5/28/2023
3.0.1 745 2/14/2021
3.0.1-alpha 260 2/8/2021
3.0.0 4,171 11/2/2019
2.0.0 1,123 5/23/2018
1.2.0 992 4/16/2018
1.1.0 961 3/21/2018
1.0.0 997 3/12/2018

Added TableMemberConverter for custom field/property converting to string. See project site readme for details.