FlexMapper 1.1.0.107

dotnet add package FlexMapper --version 1.1.0.107
NuGet\Install-Package FlexMapper -Version 1.1.0.107
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="FlexMapper" Version="1.1.0.107" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlexMapper --version 1.1.0.107
#r "nuget: FlexMapper, 1.1.0.107"
#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 FlexMapper as a Cake Addin
#addin nuget:?package=FlexMapper&version=1.1.0.107

// Install FlexMapper as a Cake Tool
#tool nuget:?package=FlexMapper&version=1.1.0.107

FlexMapper is the counterpart to AutoMapper. While AutoMapper uses primary a lot of Reflection stuff to map the values of two classes or object, FlexMapper focuses the pointedly manual mapping. AutoMapper is a great solution if you just want to map simple objects, like ViewModels or data-transfer objects. But if you're focussed on performance and want to use AutoMapper with contexts like databases or unmanaged connections, AutoMapper is complex to use and hard to test.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  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. 
DNX dnx451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.107 1,573 12/18/2015
1.1.0.106 1,035 12/18/2015
1.1.0.52-develop 835 12/16/2015
1.0.2-alpha 810 10/10/2015