Dapper.ExtraCRUD 1.5.2

dotnet add package Dapper.ExtraCRUD --version 1.5.2
NuGet\Install-Package Dapper.ExtraCRUD -Version 1.5.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.ExtraCRUD" Version="1.5.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.ExtraCRUD --version 1.5.2
#r "nuget: Dapper.ExtraCRUD, 1.5.2"
#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 Dapper.ExtraCRUD as a Cake Addin
#addin nuget:?package=Dapper.ExtraCRUD&version=1.5.2

// Install Dapper.ExtraCRUD as a Cake Tool
#tool nuget:?package=Dapper.ExtraCRUD&version=1.5.2

A thread-safe Dapper extension that was inspired by Dapper.SimpleCRUD, Dapper-Plus, and more. Unique additions include Bulk operations, AutoSync, MatchUpdate, MatchDelete, Distinct, Top/Limit, Upsert, and Insert If Not Exists. It also automatically sets auto-increment keys on insert, supports Enum/string/byte[] based primary keys, and exposes most of the underlying metadata to allow customization and improved performance.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Dapper.ExtraCRUD:

Package Downloads
Dapper.ExtraCRUD.Cache

A Dapper extension that was inspired by Dapper.SimpleCRUD, Dapper-Plus, and more.

RetailForce.Cloud.Shared

Shared class library for cloud and client entities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.2 8,434 3/13/2021
1.5.1 451 2/21/2021
1.5.0 545 2/5/2021
1.4.0 1,095 12/1/2020
1.3.7 496 4/15/2020
1.3.6 462 3/22/2020
1.3.5 527 2/5/2020
1.3.4 638 2/5/2020
1.3.3 458 1/30/2020
1.3.2 542 1/29/2020
1.3.1 541 1/24/2020
1.3.0 701 1/23/2020
1.2.0 670 1/20/2020
1.1.1 708 1/19/2020

Added FullyQualifiedTableName and Schema support.