dapper.contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
Total Downloads
65.0M
65,020,634
Published
Apr 5, 2020
Latest stable version
Install
.NET CLI
dotnet add package dapper.contrib --version 2.0.35
Package Manager Console
Install-Package dapper.contrib -Version 2.0.35
PackageReference
<PackageReference Include="dapper.contrib" Version="2.0.35" />
Frameworks
Dependencies
Dapper
[2.0.35, )
.NETFramework4.6.1
Dapper
[2.0.35, )
.NETStandard2.0
Microsoft.CSharp
[4.7.0, )
.NETStandard2.0
System.Reflection.Emit
[4.7.0, )
.NETStandard2.0
Adoption guide
Internal services with straightforward entity CRUD where convenience outweighs advanced SQL control.
Why it appears in the guide: Adds simple CRUD helpers and attribute-based mapping conventions on top of Dapper. Trade-off: Generic convenience APIs can become limiting for complex joins, projections or provider-specific SQL.
Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.