FlexMapper 1.0.2-alpha

This is a prerelease version of FlexMapper.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FlexMapper --version 1.0.2-alpha
NuGet\Install-Package FlexMapper -Version 1.0.2-alpha
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.0.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlexMapper --version 1.0.2-alpha
#r "nuget: FlexMapper, 1.0.2-alpha"
#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.0.2-alpha&prerelease

// Install FlexMapper as a Cake Tool
#tool nuget:?package=FlexMapper&version=1.0.2-alpha&prerelease

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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.107 1,577 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

First stable release.