Dapper.Abstractions
1.0.3
See the version list below for details.
dotnet add package Dapper.Abstractions --version 1.0.3
NuGet\Install-Package Dapper.Abstractions -Version 1.0.3
<PackageReference Include="Dapper.Abstractions" Version="1.0.3" />
paket add Dapper.Abstractions --version 1.0.3
#r "nuget: Dapper.Abstractions, 1.0.3"
// Install Dapper.Abstractions as a Cake Addin #addin nuget:?package=Dapper.Abstractions&version=1.0.3 // Install Dapper.Abstractions as a Cake Tool #tool nuget:?package=Dapper.Abstractions&version=1.0.3
A simple abstraction on top of the Dapper extension synchronous and asynchronous methods to aid testability. This is based on the original code by Andrew Miller.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. 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. |
-
- Dapper (>= 1.50.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Dapper.Abstractions:
Package | Downloads |
---|---|
SqlDapper.Abstractions
A simple abstraction on top of the Dapper extension synchronous and asynchronous methods to aid testability with SQL Client |
|
OracleDapper.Abstractions
A simple abstraction on top of the Dapper extension synchronous and asynchronous methods to aid testability with Oracle client. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Changed SqlExecutor to use IDbConnection on construction