Cadru.Data.Dapper 1.0.5753.99

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

// Install Cadru.Data.Dapper as a Cake Tool
#tool nuget:?package=Cadru.Data.Dapper&version=1.0.5753.99

This is a non-portable class library to provide a common database context and predicates for use with Dapper.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 315 1/21/2023
5.0.8 1,275 5/26/2021
5.0.7 423 3/2/2021
5.0.6-preview-8.21126.266 154 2/26/2021
5.0.6-preview-3.21081.263 161 2/1/2021
5.0.4-preview-3.21080.252 164 1/30/2021
5.0.2-preview-1.20580.240 224 11/30/2020
5.0.1-preview-1.20467.228 218 9/17/2020
4.6.0 498 9/17/2020
4.5.0 550 9/13/2020
4.0.4-preview.84.20463.220 233 9/13/2020
4.0.4-preview.84.20460.217 253 9/10/2020
4.0.3 497 8/10/2020
4.0.2 574 8/9/2020
4.0.1-preview.4.20327.8548 451 6/27/2020
4.0.0-preview6-201 352 4/15/2020
4.0.0-preview6-200 363 4/1/2020
4.0.0-preview6-192 433 3/23/2020
4.0.0-preview6-191 493 3/23/2020
4.0.0-preview2-144 868 11/6/2017
4.0.0-preview2-142 933 9/14/2017
4.0.0-preview1 819 5/30/2017
4.0.0-preview.13.20409.104 334 8/9/2020
3.0.5869.111 1,216 1/26/2016
2.0.5809.109 1,387 11/28/2015
2.0.5792.103 1,119 11/10/2015
1.0.5753.99 1,301 10/2/2015
1.0.5750.96 1,185 9/29/2015
1.0.5750.94 1,152 9/29/2015
1.0.5745.84 1,160 9/24/2015

Merged TableMap{T} and ClassMap{T} to simplify and consolidate the mapping logic. Updated PropertyMap
     so that it looks for DataAnnotation attributes to help determine table name, schema, column name, if
     the column is a key and if the column is computed or an identity. Updated Table{TEntity} so insert and
     update make better use of the property mappings.