Dapper.FluentMap.Dommel 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper.FluentMap.Dommel --version 1.2.0
NuGet\Install-Package Dapper.FluentMap.Dommel -Version 1.2.0
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.FluentMap.Dommel" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.FluentMap.Dommel --version 1.2.0
#r "nuget: Dapper.FluentMap.Dommel, 1.2.0"
#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.FluentMap.Dommel as a Cake Addin
#addin nuget:?package=Dapper.FluentMap.Dommel&version=1.2.0

// Install Dapper.FluentMap.Dommel as a Cake Tool
#tool nuget:?package=Dapper.FluentMap.Dommel&version=1.2.0

Dapper.FluentMap extension for Dommel support.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 784,331 8/23/2020
1.7.1 138,499 5/5/2020
1.7.0 273,269 3/28/2019
1.6.0 97,898 11/16/2018
1.5.0 166,537 8/18/2017
1.4.5 10,842 3/22/2017
1.4.3 13,686 1/16/2017
1.4.2 9,648 8/16/2016
1.4.1 4,426 7/7/2016
1.4.0 11,873 6/11/2016
1.3.0-beta1 902 2/29/2016
1.2.1 6,291 3/1/2016
1.2.0 2,410 3/13/2015
1.1.0 1,265 1/21/2015
1.0.3 1,327 7/11/2014

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.