iayos.DapperCRUD
0.1.2
dotnet add package iayos.DapperCRUD --version 0.1.2
NuGet\Install-Package iayos.DapperCRUD -Version 0.1.2
<PackageReference Include="iayos.DapperCRUD" Version="0.1.2" />
paket add iayos.DapperCRUD --version 0.1.2
#r "nuget: iayos.DapperCRUD, 0.1.2"
// Install iayos.DapperCRUD as a Cake Addin #addin nuget:?package=iayos.DapperCRUD&version=0.1.2 // Install iayos.DapperCRUD as a Cake Tool #tool nuget:?package=iayos.DapperCRUD&version=0.1.2
A clone+mod of Dapper.SimpleCRUD but with type-safe common CRUD methods instead of error-prone anonymous parameter objects.
(some private static methods caused issues that meant I couldn't simply extend the SimpleCRUD partial class) Adds strongly typed selectors
by using reflection over DB Entity classes (for better, compile-time error checking rather than more problematic use
of anonymous conditions). Functionality written against MSSQL, as I am not currently using any of the other SimpleCRUD db provider options. it may work, who knows.
Author not affiliated with Dapper.SimpleCRUD in any way, but shout outs to Eric Coffman (ericdc1) for his work (and great doco)!
This package not does this come with any warranty. Contributions welcome.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release, playing around with ideas