FlexMapper 1.1.0.107
.NET Framework 4.5
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
DNX | dnx451 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- Microsoft.CSharp (>= 4.0.0)
- System.Collections (>= 4.0.0)
- System.Diagnostics.Contracts (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Runtime (>= 4.0.0)
-
.NETFramework 4.5.1
- Microsoft.CSharp (>= 4.0.0)
- System.Collections (>= 4.0.0)
- System.Diagnostics.Contracts (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Runtime (>= 4.0.0)
-
.NETFramework 4.5.2
- Microsoft.CSharp (>= 4.0.0)
- System.Collections (>= 4.0.0)
- System.Diagnostics.Contracts (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Runtime (>= 4.0.0)
-
.NETFramework 4.6
- Microsoft.CSharp (>= 4.0.0)
- System.Collections (>= 4.0.0)
- System.Diagnostics.Contracts (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Runtime (>= 4.0.0)
-
DNX 4.5.1
- Microsoft.CSharp (>= 4.0.0)
- System.Collections (>= 4.0.0)
- System.Diagnostics.Contracts (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.Runtime (>= 4.0.0)
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,438 | 12/18/2015 |
1.1.0.106 | 939 | 12/18/2015 |
1.1.0.52-develop | 771 | 12/16/2015 |
1.0.2-alpha | 761 | 10/10/2015 |