TableBuilderLibrary 1.1.3
See the version list below for details.
dotnet add package TableBuilderLibrary --version 1.1.3
NuGet\Install-Package TableBuilderLibrary -Version 1.1.3
<PackageReference Include="TableBuilderLibrary" Version="1.1.3" />
<PackageVersion Include="TableBuilderLibrary" Version="1.1.3" />
<PackageReference Include="TableBuilderLibrary" />
paket add TableBuilderLibrary --version 1.1.3
#r "nuget: TableBuilderLibrary, 1.1.3"
#:package TableBuilderLibrary@1.1.3
#addin nuget:?package=TableBuilderLibrary&version=1.1.3
#tool nuget:?package=TableBuilderLibrary&version=1.1.3
This is an open-source class library with an aim to conveniently offer a variety of methods for creating and modifying DataTables. Note: Most exception handling is still under development.
| 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 (1)
Showing the top 1 NuGet packages that depend on TableBuilderLibrary:
| Package | Downloads |
|---|---|
|
TrentUtil
Open-source library with some basic utilities I commonly use in projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Switched row item splitting to a regex method that correctly parses rows with quotes. Removed unused variable in CreateDataRow. Updated AssignTypesToData to use typeof(Guid) for comparison instead of ToString. Switched that method to use object[] instead of Object[].