Expressmapper 1.0.2
See the version list below for details.
Install-Package Expressmapper -Version 1.0.2
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 |
---|---|
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
1.9.1 | 471,644 | 2/28/2017 |
1.9.0 | 37,617 | 1/18/2017 |
1.8.3 | 88,763 | 9/13/2016 |
1.8.2 | 2,142 | 9/6/2016 |
1.8.1 | 40,525 | 4/10/2016 |
1.8.0 | 13,102 | 2/1/2016 |
1.7.0 | 4,790 | 11/28/2015 |
1.6.2 | 2,081 | 11/13/2015 |
1.6.1 | 1,043 | 11/6/2015 |
1.6.0 | 926 | 11/5/2015 |
1.5.0 | 2,178 | 10/9/2015 |
1.1.2 | 2,777 | 9/16/2015 |
1.1.1 | 900 | 9/16/2015 |
1.0.3 | 13,431 | 6/29/2015 |
1.0.2 | 895 | 6/26/2015 |
1.0.1 | 821 | 6/23/2015 |
1.0.0 | 881 | 6/23/2015 |
0.9.5 | 875 | 5/21/2015 |
0.9.0 | 843 | 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