SimpleMapper.Core
1.1.1
Install-Package SimpleMapper.Core -Version 1.1.1
dotnet add package SimpleMapper.Core --version 1.1.1
<PackageReference Include="SimpleMapper.Core" Version="1.1.1" />
paket add SimpleMapper.Core --version 1.1.1
#r "nuget: SimpleMapper.Core, 1.1.1"
// Install SimpleMapper.Core as a Cake Addin
#addin nuget:?package=SimpleMapper.Core&version=1.1.1
// Install SimpleMapper.Core as a Cake Tool
#tool nuget:?package=SimpleMapper.Core&version=1.1.1
SimpleMapper is built from the ground up with performance and modern testability software practices in mind. It is light-weight tool for mapping between objects across software tiers. Efficient data tier mapping is achieved using LINQ projection whilst in-memory mappings can be defined by implementing the IMapper<TSource, TDestination> interface.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Contracts (>= 4.3.0)
-
.NETStandard 2.0
- System.Diagnostics.Contracts (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SimpleMapper.Core:
Package | Downloads |
---|---|
SimpleMapper
SimpleMapper is built from the ground up with performance and modern testability software practices in mind. It is light-weight tool for mapping between objects across software tiers. Efficient data tier mapping is achieved using LINQ projection whilst in-memory mappings can be defined by implementing the IMapper<TIn, TOut> interface. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 16,015 | 8/24/2017 |
1.1.0 | 838 | 6/13/2017 |
1.0.0.3 | 1,585 | 4/25/2014 |
1.0.0-CI00002 | 1,004 | 4/24/2014 |
1.0.0-CI00001 | 795 | 4/24/2014 |
Added multi target .Net Standard 2.0.