table.lib 1.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package table.lib --version 1.10.0
                    
NuGet\Install-Package table.lib -Version 1.10.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="table.lib" Version="1.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="table.lib" Version="1.10.0" />
                    
Directory.Packages.props
<PackageReference Include="table.lib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add table.lib --version 1.10.0
                    
#r "nuget: table.lib, 1.10.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.
#:package table.lib@1.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=table.lib&version=1.10.0
                    
Install as a Cake Addin
#tool nuget:?package=table.lib&version=1.10.0
                    
Install as a Cake Tool

Simple c# (.NET 6) table library that renders any List<T> or Dictionary<TV, T> into a nicely formatted markdown, csv, html, specflow or console table, allowing for extra formats. It also supports dynamic returns from Dapper as IEnumerable<IDictionary<string, object>> via DBTable object.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on table.lib:

Package Downloads
confusion.matrix.lib

Simple confusion matrix builder for .net 5

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.17.0 2,680 6/10/2024
1.16.0 1,048 4/20/2023
1.15.0 298 4/16/2023
1.14.0 538 11/9/2022
1.13.0 554 10/18/2022
1.12.0 576 10/18/2022
1.11.0 575 7/10/2022
1.10.0 531 7/10/2022
1.9.0 600 4/8/2022
1.8.3 3,115 11/28/2021
1.8.2 537 10/24/2021
1.8.1 471 8/29/2021
1.8.0 456 8/29/2021
1.7.1 458 8/29/2021
1.7.0 480 8/28/2021
1.6.5 459 8/28/2021
1.6.4 588 4/2/2021
1.6.3 496 4/2/2021
1.6.2 465 4/1/2021
1.6.1 451 3/31/2021
1.6.0 572 3/30/2021
1.5.0 495 3/30/2021
1.4.0 506 3/25/2021
1.3.0 551 3/20/2021
1.2.0 556 3/20/2021
1.1.0 462 1/31/2021
1.0.0 492 1/31/2021

v1.10
- Upgrade to .net 6