Dapper.FluentMap.Dommel
1.2.1
See the version list below for details.
dotnet add package Dapper.FluentMap.Dommel --version 1.2.1
NuGet\Install-Package Dapper.FluentMap.Dommel -Version 1.2.1
<PackageReference Include="Dapper.FluentMap.Dommel" Version="1.2.1" />
paket add Dapper.FluentMap.Dommel --version 1.2.1
#r "nuget: Dapper.FluentMap.Dommel, 1.2.1"
// Install Dapper.FluentMap.Dommel as a Cake Addin #addin nuget:?package=Dapper.FluentMap.Dommel&version=1.2.1 // Install Dapper.FluentMap.Dommel as a Cake Tool #tool nuget:?package=Dapper.FluentMap.Dommel&version=1.2.1
Dapper.FluentMap extension for Dommel support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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.FluentMap (>= 1.4.1)
- Dommel (>= 1.3.4)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Dapper.FluentMap.Dommel:
Package | Downloads |
---|---|
ZKWeb.ORM.Dapper
Support use Dapper in ZKWeb. For more information please visit project site. |
|
RepositoryHelpers
Extensions for HttpClient and Custom Repository based on dapper |
|
RCommon.Persistence.Dapper
A cohesive set of .NET 7 infrastructure libraries that utilizes abstractions for persistence, unit of work/transactions, distributed events, distributed transactions, and more. |
|
CoreForDapper
Este repositório é uma extensão do Dapper, com o objetivo de utilização totalmente voltada à objetos. |
|
Expenseon.Repository.Mysql
Repository Pattern Implementation for MySQL |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Dapper.FluentMap.Dommel:
Repository | Stars |
---|---|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
andreluizsecco/AspnetCore.EFCore_Dapper
Projeto ASP.NET Core + Entity Framework Core + Dapper, demonstrando o uso de ambos separadamente e em um cenário híbrido.
|
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0 | 937,190 | 8/23/2020 | |
1.7.1 | 153,303 | 5/5/2020 | |
1.7.0 | 285,861 | 3/28/2019 | |
1.6.0 | 111,785 | 11/16/2018 | |
1.5.0 | 173,277 | 8/18/2017 | |
1.4.5 | 11,431 | 3/22/2017 | |
1.4.3 | 13,885 | 1/16/2017 | |
1.4.2 | 10,069 | 8/16/2016 | |
1.4.1 | 4,443 | 7/7/2016 | |
1.4.0 | 12,013 | 6/11/2016 | |
1.3.0-beta1 | 913 | 2/29/2016 | |
1.2.1 | 6,325 | 3/1/2016 | |
1.2.0 | 2,533 | 3/13/2015 | |
1.1.0 | 1,279 | 1/21/2015 | |
1.0.3 | 1,344 | 7/11/2014 |
v1.2.1
- Update Dapper and Dommel package
v1.2.0
- Fixed KeyNotFound exception in Dommel resolvers - #25
- Implemented fallback for Dommel resolvers - #26
v1.1.0
- Added Dommel implementation of IPropertyResolver which takes Ignore into account.
v1.0.3
- Fixed Dommel namespaces.
- Updated Dapper.FluentMap to v1.3.1.
- Updated Dommel to v1.1.
v1.0.2
- Added missing content in /lib/ folder.
v1.0.1
- Added Dapper.FluentMap dependency.
v1.0
- Initial release.