Data.Dump.Engine
1.0.0
dotnet add package Data.Dump.Engine --version 1.0.0
NuGet\Install-Package Data.Dump.Engine -Version 1.0.0
<PackageReference Include="Data.Dump.Engine" Version="1.0.0" />
paket add Data.Dump.Engine --version 1.0.0
#r "nuget: Data.Dump.Engine, 1.0.0"
// Install Data.Dump.Engine as a Cake Addin #addin nuget:?package=Data.Dump.Engine&version=1.0.0 // Install Data.Dump.Engine as a Cake Tool #tool nuget:?package=Data.Dump.Engine&version=1.0.0
A C# data dump engine for easy creation of data extractions based on any dataset or poco, with a low memory footprint.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- System.ValueTuple (>= 4.5.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Data.Dump.Engine:
Package | Downloads |
---|---|
Data.Dump.Sql
A Sql Server implmentation of the Data.Dump engine for easy creation of data extractions based on any dataset or poco, with a low memory footprint. |
|
Data.Dump.Postgres
A PostgreSql implementation of the Data.Dump engine for easy creation of data extractions based on any dataset or poco, with a low memory footprint. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 983 | 11/23/2019 |
0.2.5.25769 | 1,051 | 9/28/2018 |
0.2.1.42711 | 975 | 6/7/2018 |
0.2.1.25942 | 1,121 | 6/7/2018 |
0.1.0 | 1,103 | 6/4/2018 |
Version 1.0 is here!
Breaking changes:
- Fixed a typo in the ITableDefinitionGenerator interface. GetColumDefinition is now GetColumnDefinition.