A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
dotnet add package AutoMapper --version 4.0.0-alpha1
Install-Package AutoMapper -Version 4.0.0-alpha1
| 包名 | 版本要求 |
|---|---|
| System.Collections | [4.0.10-beta-22816, ) |
| System.Collections.Concurrent | [4.0.10-beta-22816, ) |
| System.Collections.Specialized | [4.0.0-beta-22816, ) |
| System.ObjectModel | [4.0.10-beta-22816, ) |
| System.ComponentModel.TypeConverter | [4.0.0-beta-22816, ) |
| System.Diagnostics.Debug | [4.0.10-beta-22816, ) |
| System.Linq | [4.0.0-beta-22816, ) |
| System.Linq.Expressions | [4.0.10-beta-22816, ) |
| System.Linq.Queryable | [4.0.0-beta-22816, ) |
| System.Text.RegularExpressions | [4.0.10-beta-22816, ) |
| System.Threading | [4.0.10-beta-22816, ) |
| System.Reflection | [4.0.10-beta-22816, ) |
| System.Reflection.Extensions | [4.0.0-beta-22816, ) |
| System.Reflection.TypeExtensions | [4.0.0-beta-22816, ) |
| System.Runtime.Extensions | [4.0.10-beta-22816, ) |
| 作者 | Jimmy Bogard |
|---|---|
| 发布时间 | 2015-07-07 18:23:12 |
| 项目主页 | http://automapper.org |
| 许可证 | https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt |