Expressmapper 1.0.3

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

// Install Expressmapper as a Cake Tool
#tool nuget:?package=Expressmapper&version=1.0.3

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 features of Mail, Ftp, Rss, Twitter, ObjectMapper, ORM, ASP.NET Mvc...etc
Version Downloads Last updated
1.9.1 652,757 2/28/2017
1.9.0 39,445 1/18/2017
1.8.3 118,764 9/13/2016
1.8.2 2,430 9/6/2016
1.8.1 47,564 4/10/2016
1.8.0 18,042 2/1/2016
1.7.0 5,117 11/28/2015
1.6.2 2,346 11/13/2015
1.6.1 1,292 11/6/2015
1.6.0 1,197 11/5/2015
1.5.0 2,493 10/9/2015
1.1.2 3,164 9/16/2015
1.1.1 1,177 9/16/2015
1.0.3 20,084 6/29/2015
1.0.2 1,136 6/26/2015
1.0.1 1,065 6/23/2015
1.0.0 1,152 6/23/2015
0.9.5 1,130 5/21/2015
0.9.0 1,151 5/16/2015

- Exception when mapping from nullable IConvertible
- Array member to List mapping - exception