Dapper.FluentMap
1.3.1
See the version list below for details.
dotnet add package Dapper.FluentMap --version 1.3.1
NuGet\Install-Package Dapper.FluentMap -Version 1.3.1
<PackageReference Include="Dapper.FluentMap" Version="1.3.1" />
<PackageVersion Include="Dapper.FluentMap" Version="1.3.1" />
<PackageReference Include="Dapper.FluentMap" />
paket add Dapper.FluentMap --version 1.3.1
#r "nuget: Dapper.FluentMap, 1.3.1"
#:package Dapper.FluentMap@1.3.1
#addin nuget:?package=Dapper.FluentMap&version=1.3.1
#tool nuget:?package=Dapper.FluentMap&version=1.3.1
Provides a simple API to map POCO properties to database columns when using Dapper.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- Dapper (>= 1.26.0)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on Dapper.FluentMap:
| Package | Downloads |
|---|---|
|
Dapper.FluentMap.Dommel
Dapper.FluentMap extension for Dommel support. |
|
|
ZKWeb.ORM.Dapper
Support use Dapper in ZKWeb. For more information please visit project site. |
|
|
EcommerceDataPostgresql
PostgreSQL Data Layer |
|
|
Hurb.SAP.Database
Package Description |
|
|
Dapper.Dommel
Simple CRUD operations for Dapper. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Dapper.FluentMap:
| Repository | Stars |
|---|---|
|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
|
yorek/dapper-samples
Tutorial samples that shows how to use Dapper .NET
|
|
|
ardalis/DotNetDataAccessTour
A tour of different data access approaches in .NET 8+.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.0.0 | 6,948,008 | 8/23/2020 | |
| 1.8.1 | 884,448 | 5/5/2020 | |
| 1.8.0 | 1,476,680 | 3/28/2019 | |
| 1.7.0 | 432,495 | 11/16/2018 | |
| 1.6.0 | 763,305 | 8/18/2017 | |
| 1.5.4 | 10,305 | 8/17/2017 | |
| 1.5.3 | 42,631 | 3/22/2017 | |
| 1.5.1 | 85,408 | 7/7/2016 | |
| 1.5.0 | 31,835 | 6/11/2016 | |
| 1.4.1 | 45,837 | 3/1/2016 | |
| 1.4.0 | 49,605 | 11/19/2015 | |
| 1.3.4 | 31,310 | 3/13/2015 | |
| 1.3.3 | 6,416 | 11/12/2014 | |
| 1.3.2 | 4,018 | 7/17/2014 | |
| 1.3.1 | 3,924 | 7/11/2014 | |
| 1.3.0 | 4,211 | 6/27/2014 | |
| 1.2.1 | 3,716 | 6/23/2014 | |
| 1.2.0 | 3,727 | 6/5/2014 | |
| 1.1.1 | 3,701 | 5/21/2014 | |
| 1.1.0 | 3,701 | 5/20/2014 | |
| 1.0.2 | 4,240 | 5/1/2014 | |
| 1.0.1 | 4,152 | 5/1/2014 | |
| 1.0.0 | 5,265 | 5/1/2014 |
v1.3.1
- Updated Dapper to v1.26.
- Deploy Dapper.FluentMap.Dommel v1.0.3.
v1.3
- Added Dapper.FluentMap.Dommel. Issue #12.
- Modified some core API's to provide extensibility.
v1.2.1
- Added support for case insensitive column name mapping. Issue #11.
- Added check for duplicate property maps. Issue #3.
v1.2.0
- Added basic transformation functionality (see docs).
- Small improvements.
v1.1.1
- Fixed bug with mapping same column names for different POCO's. (issue #5)
- FluentMapConfiguration.AddConvention now accepts a generic type paramater with the convention type rather than the instance.
v1.1
- Added conventions. (see documentation)
- Reorganised namespaces.
- Hide ToString(), Equals(), etc. methods from configuration classes.
- Updated documentation.
- Use Dapper v1.25.
v1.0.2
- Modified comments, included documentation in release. Incremented version to 1.0.2.
v1.0.1
- Removed IPropertyMap interface, used PropertyMap class directly. Modified some properties on PropertyMap class to be internal. Incremented version to 1.0.1.
v1.0
- Initial version with basic functionality.