Skip to main content
FlexMapper package icon

FlexMapper

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.

Total Downloads
10.1K
10,099
Published
Dec 18, 2015
Latest stable version

Install

.NET CLI
dotnet add package FlexMapper --version 1.1.0.107
Package Manager Console
Install-Package FlexMapper -Version 1.1.0.107
PackageReference
<PackageReference Include="FlexMapper" Version="1.1.0.107" />

Frameworks

.NETFramework4.5 .NETFramework4.5.1 .NETFramework4.5.2 .NETFramework4.6 DNX4.5.1

Dependencies

System.Collections
.NETFramework4.5
[4.0.0, )
System.Linq
.NETFramework4.5
[4.0.0, )
System.Runtime
.NETFramework4.5
[4.0.0, )
Microsoft.CSharp
.NETFramework4.5
[4.0.0, )
[4.0.0, )
System.Collections
.NETFramework4.5.1
[4.0.0, )
System.Linq
.NETFramework4.5.1
[4.0.0, )
System.Runtime
.NETFramework4.5.1
[4.0.0, )
Microsoft.CSharp
.NETFramework4.5.1
[4.0.0, )
[4.0.0, )
System.Collections
.NETFramework4.5.2
[4.0.0, )
System.Linq
.NETFramework4.5.2
[4.0.0, )
System.Runtime
.NETFramework4.5.2
[4.0.0, )
Microsoft.CSharp
.NETFramework4.5.2
[4.0.0, )
[4.0.0, )
System.Collections
.NETFramework4.6
[4.0.0, )
System.Linq
.NETFramework4.6
[4.0.0, )
System.Runtime
.NETFramework4.6
[4.0.0, )
Microsoft.CSharp
.NETFramework4.6
[4.0.0, )
[4.0.0, )
[4.0.0, )
System.Linq
DNX4.5.1
[4.0.0, )
[4.0.0, )
[4.0.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

The published metadata declares 25 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.