FlexMapper 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.
Install-Package FlexMapper -Version 1.1.0.107
dotnet add package FlexMapper --version 1.1.0.107
paket add FlexMapper --version 1.1.0.107
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.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)
Version History
Version | Downloads | Last updated | |
---|---|---|---|
1.1.0.107 | 717 | 12/18/2015 | |
1.1.0.106 | 296 | 12/18/2015 | |
1.1.0.52-develop | 206 | 12/16/2015 | |
1.0.2-alpha | 231 | 10/10/2015 |