AgileObjects.AgileMapper
1.8.1
Install-Package AgileObjects.AgileMapper -Version 1.8.1
dotnet add package AgileObjects.AgileMapper --version 1.8.1
<PackageReference Include="AgileObjects.AgileMapper" Version="1.8.1" />
paket add AgileObjects.AgileMapper --version 1.8.1
#r "nuget: AgileObjects.AgileMapper, 1.8.1"
// Install AgileObjects.AgileMapper as a Cake Addin
#addin nuget:?package=AgileObjects.AgileMapper&version=1.8.1
// Install AgileObjects.AgileMapper as a Cake Tool
#tool nuget:?package=AgileObjects.AgileMapper&version=1.8.1
A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. Targets .NET 3.5+ and .NET Standard 1.0+
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.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 3.5
- AgileObjects.ReadableExpressions (>= 2.6.0)
- DynamicLanguageRuntime (>= 1.1.2)
-
.NETFramework 4.0
- AgileObjects.ReadableExpressions (>= 2.6.0)
-
.NETStandard 1.0
- AgileObjects.ReadableExpressions (>= 2.6.0)
- Microsoft.CSharp (>= 4.7.0)
- NETStandard.Library (>= 1.6.1)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
-
.NETStandard 1.3
- AgileObjects.ReadableExpressions (>= 2.6.0)
- NETStandard.Library (>= 1.6.1)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
-
.NETStandard 2.0
- AgileObjects.ReadableExpressions (>= 2.6.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on AgileObjects.AgileMapper:
Package | Downloads |
---|---|
DotNetCore.Mapping
DotNetCore.Mapping |
|
Stack
The Stack assembly, containing most of the main types, configurations & other vital facilities. |
|
ApiServer.Framework.Core
Web Api的一些常用封装 |
|
Loyo.Core
Loyo Based |
|
Kitpymes.Core.Shared
Extensiones y utilidades comunes compartidas en los proyectos. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on AgileObjects.AgileMapper:
Repository | Stars |
---|---|
rafaelfgx/DotNetCore
.NET 6 Nuget Packages.
|
|
higty/higlabo
HigLabo library provide features of Mail, Ftp, Rss, Twitter, ObjectMapper, ORM, ASP.NET Mvc...etc
|
Version | Downloads | Last updated |
---|---|---|
1.8.1 | 4,466 | 3/31/2022 |
1.8.0 | 69,603 | 4/28/2021 |
1.8.0-preview1 | 946 | 4/6/2021 |
1.7.2 | 74,481 | 9/3/2020 |
1.7.1 | 7,525 | 8/9/2020 |
1.7.0 | 33,980 | 6/14/2020 |
1.6.0 | 30,857 | 2/16/2020 |
1.5.0 | 52,081 | 9/14/2019 |
1.4.0 | 89,981 | 5/3/2019 |
1.3.0 | 6,196 | 4/3/2019 |
1.2.0 | 1,499 | 2/25/2019 |
1.1.0 | 12,134 | 1/11/2019 |
1.0.0 | 5,659 | 11/25/2018 |
- Fixing exact-name-matching constructor parameter mapping, re: #221
- Partial support for VB.NET named, indexed properties, re: #221
- Fixing .NET 6 Dictionary mapping, re: #222
- Performance improvements