Dapper.Doodle
1.3.2
.NET Standard 2.1
Suggested Alternatives
Additional Details
I have moved my efforts over to Dapper.CQRS instead of Dapper.Doodle. You can achieve the same thing Dapper.Doodle did by using Dapper.Doodle and Dapper.CQRS.QueryBuilders instead.
dotnet add package Dapper.Doodle --version 1.3.2
NuGet\Install-Package Dapper.Doodle -Version 1.3.2
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="Dapper.Doodle" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.Doodle --version 1.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dapper.Doodle, 1.3.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dapper.Doodle as a Cake Addin
#addin nuget:?package=Dapper.Doodle&version=1.3.2
// Install Dapper.Doodle as a Cake Tool
#tool nuget:?package=Dapper.Doodle&version=1.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dapper Doodle is a CQRS wrapper for dapper to speed up getting started with dapper and create your own dapper doodles. Dependency injection setup is all done on your behalf to make life bearable.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Dapper (>= 2.0.78)
- Microsoft.Data.Sqlite (>= 5.0.4)
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
- MySql.Data (>= 8.0.23)
- PeanutButter.Utils (>= 2.0.11)
- PluralizeService.Core (>= 1.2.21070.12)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed update statement for update statement builder.