Dapper-Async
1.3.0
dotnet add package Dapper-Async --version 1.3.0
NuGet\Install-Package Dapper-Async -Version 1.3.0
<PackageReference Include="Dapper-Async" Version="1.3.0" />
paket add Dapper-Async --version 1.3.0
#r "nuget: Dapper-Async, 1.3.0"
// Install Dapper-Async as a Cake Addin #addin nuget:?package=Dapper-Async&version=1.3.0 // Install Dapper-Async as a Cake Tool #tool nuget:?package=Dapper-Async&version=1.3.0
A fork of Dapper with additional QueryAsync methods using .NET Framework 4.5's Task-Based Asynchronous Pattern.
Product | Versions 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dapper-Async:
Package | Downloads |
---|---|
Dapper.DataRepositories
Base classes to implement Repository pattern using Dapper as ORM |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
* 1.03 - Added two more multi-mapper type parameters.
* 1.02 - Added async versions of Query methods that do multi-mapping like QueryAsync<TFirst, TSecond, TReturn>
* 1.01 - Updated code to use ExecuteReaderAsync on more generic DbCommand instead of SqlCommand.
* 1.0 - Initial release.