Expressmapper 1.8.0
See the version list below for details.
dotnet add package Expressmapper --version 1.8.0
NuGet\Install-Package Expressmapper -Version 1.8.0
<PackageReference Include="Expressmapper" Version="1.8.0" />
paket add Expressmapper --version 1.8.0
#r "nuget: Expressmapper, 1.8.0"
// Install Expressmapper as a Cake Addin #addin nuget:?package=Expressmapper&version=1.8.0 // Install Expressmapper as a Cake Tool #tool nuget:?package=Expressmapper&version=1.8.0
ExpressMapper it is a lightweight, fast and easy to use .Net mapper to map one type of object(s) to another. ExpressMapper relies completely on the expression trees.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Expressmapper:
Repository | Stars |
---|---|
agileobjects/AgileMapper
A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.
|
|
DogusTeknoloji/BatMap
🦇 Convention-based, fast object mapper.
|
|
higty/higlabo
HigLabo library provide 1.AI client library(OpenAI, Anthoripic, Groq) 2.Object Mapper(fastest in the world) 3.DbSharp(DAL generator) 4.Other.(Mail, Ftp, Utility...etc)
|
Version | Downloads | Last updated |
---|---|---|
1.9.1 | 692,175 | 2/28/2017 |
1.9.0 | 41,235 | 1/18/2017 |
1.8.3 | 126,418 | 9/13/2016 |
1.8.2 | 2,439 | 9/6/2016 |
1.8.1 | 49,525 | 4/10/2016 |
1.8.0 | 19,012 | 2/1/2016 |
1.7.0 | 5,135 | 11/28/2015 |
1.6.2 | 2,358 | 11/13/2015 |
1.6.1 | 1,304 | 11/6/2015 |
1.6.0 | 1,208 | 11/5/2015 |
1.5.0 | 2,521 | 10/9/2015 |
1.1.2 | 3,214 | 9/16/2015 |
1.1.1 | 1,190 | 9/16/2015 |
1.0.3 | 20,987 | 6/29/2015 |
1.0.2 | 1,151 | 6/26/2015 |
1.0.1 | 1,075 | 6/23/2015 |
1.0.0 | 1,165 | 6/23/2015 |
0.9.5 | 1,142 | 5/21/2015 |
0.9.0 | 1,180 | 5/16/2015 |
1. Support for closed generic types - author:petertiedemann
2. Bug: Issues with the same property name resolution within hierarchy - author:viacgo
3. Bug: Issues with calculating hash code for PCL linux(mono) - author:jaredrsowers
4. Exception message improvements - instead of generic message, Expressmapper shows detailed error message
5. Bug: Dynamic mapping - thread safety
6. Ability to specify �CompilationType� on more granular level during registration
7. Support for mapping one enum to another using integers values as a map criteria. e.g - you have 2 identical enums but in different namespace
8. Introducing �.UseCaseSensitivity� to manage case-sensitivity per �registration� and globally
9. �.Instantiate� supports Expression<Func<Src, Dest>> apart from Func<Src, Dest> - performance improvement
Special thanks for PR contributors to: petertiedemann, viacgo, jaredrsowers
Many thanks for overall contribution to: mattijs79, bzuillsmith, Mariana1980 and others