Expressmapper 1.0.2
See the version list below for details.
dotnet add package Expressmapper --version 1.0.2
NuGet\Install-Package Expressmapper -Version 1.0.2
<PackageReference Include="Expressmapper" Version="1.0.2" />
paket add Expressmapper --version 1.0.2
#r "nuget: Expressmapper, 1.0.2"
// Install Expressmapper as a Cake Addin #addin nuget:?package=Expressmapper&version=1.0.2 // Install Expressmapper as a Cake Tool #tool nuget:?package=Expressmapper&version=1.0.2
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 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. |
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 | 715,023 | 2/28/2017 |
1.9.0 | 42,428 | 1/18/2017 |
1.8.3 | 129,271 | 9/13/2016 |
1.8.2 | 2,458 | 9/6/2016 |
1.8.1 | 50,061 | 4/10/2016 |
1.8.0 | 19,279 | 2/1/2016 |
1.7.0 | 5,171 | 11/28/2015 |
1.6.2 | 2,385 | 11/13/2015 |
1.6.1 | 1,325 | 11/6/2015 |
1.6.0 | 1,228 | 11/5/2015 |
1.5.0 | 2,552 | 10/9/2015 |
1.1.2 | 3,251 | 9/16/2015 |
1.1.1 | 1,213 | 9/16/2015 |
1.0.3 | 21,807 | 6/29/2015 |
1.0.2 | 1,173 | 6/26/2015 |
1.0.1 | 1,099 | 6/23/2015 |
1.0.0 | 1,187 | 6/23/2015 |
0.9.5 | 1,164 | 5/21/2015 |
0.9.0 | 1,208 | 5/16/2015 |
- mapping of array to List not working
- automatic enum to string and vice versa mapping
- automatic mapping of IConvertible
- constant value mapping
- sign release asseblies with strong name key
- nullable to NonNullable mappings and vice versa - throws exception
- mapping engine interface
- source collection property is null - throws NullReferenceException
- nullable nested properties throws NullReferenceException
- ability to map to existing destination
- support of nongeneric mappings