AutoMapper 12.0.0
Prefix ReservedSee the version list below for details.
dotnet add package AutoMapper --version 12.0.0
NuGet\Install-Package AutoMapper -Version 12.0.0
<PackageReference Include="AutoMapper" Version="12.0.0" />
paket add AutoMapper --version 12.0.0
#r "nuget: AutoMapper, 12.0.0"
// Install AutoMapper as a Cake Addin #addin nuget:?package=AutoMapper&version=12.0.0 // Install AutoMapper as a Cake Tool #tool nuget:?package=AutoMapper&version=12.0.0
What is AutoMapper?
AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?
This is the main repository for AutoMapper, but there's more:
- Microsoft DI Extensions
- Collection Extensions
- Expression Mapping
- EF6 Extensions
- IDataReader/Record Extensions
- Enum Extensions
How do I get started?
First, configure AutoMapper to know what types you want to map, in the startup of your application:
var configuration = new MapperConfiguration(cfg =>
{
cfg.CreateMap<Foo, FooDto>();
cfg.CreateMap<Bar, BarDto>();
});
// only during development, validate your mappings; remove it before release
#if DEBUG
configuration.AssertConfigurationIsValid();
#endif
// use DI (http://docs.automapper.org/en/latest/Dependency-injection.html) or create the mapper yourself
var mapper = configuration.CreateMapper();
Then in your application code, execute the mappings:
var fooDto = mapper.Map<FooDto>(foo);
var barDto = mapper.Map<BarDto>(bar);
Check out the getting started guide. When you're done there, the wiki goes in to the nitty-gritty details. If you have questions, you can post them to Stack Overflow or in our Gitter.
Where can I get it?
First, install NuGet. Then, install AutoMapper from the package manager console:
PM> Install-Package AutoMapper
Or from the .NET CLI as:
dotnet add package AutoMapper
Do you have an issue?
First check if it's already fixed by trying the MyGet build.
You might want to know exactly what your mapping does at runtime.
If you're still running into problems, file an issue above.
License, etc.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
AutoMapper is Copyright © 2009 Jimmy Bogard and other contributors under the MIT license.
.NET Foundation
This project is supported by the .NET Foundation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
NuGet packages (3.6K)
Showing the top 5 NuGet packages that depend on AutoMapper:
Package | Downloads |
---|---|
AutoMapper.Extensions.Microsoft.DependencyInjection
AutoMapper extensions for ASP.NET Core |
|
AutoMapper.Collection
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections. |
|
IdentityServer4.EntityFramework.Storage
EntityFramework persistence layer for IdentityServer4 |
|
AutoMapper.Extensions.ExpressionMapping
Expression mapping (OData) extensions for AutoMapper |
|
AutoMapper.Extensions.EnumMapping
Convention-based enum value mapping extension for AutoMapper. |
GitHub repositories (339)
Showing the top 5 popular GitHub repositories that depend on AutoMapper:
Repository | Stars |
---|---|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
ppy/osu
rhythm is just a *click* away!
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
Version | Downloads | Last updated |
---|---|---|
13.0.1 | 30,763,503 | 2/7/2024 |
12.0.1 | 77,324,085 | 1/16/2023 |
12.0.0 | 46,647,672 | 9/30/2022 |
11.0.1 | 49,662,165 | 2/4/2022 |
11.0.0 | 27,941,271 | 1/5/2022 |
10.1.1 | 129,812,773 | 10/16/2020 |
10.0.0 | 39,316,546 | 7/1/2020 |
9.0.0 | 94,009,662 | 8/12/2019 |
8.1.1 | 16,929,160 | 6/3/2019 |
8.1.0 | 10,879,650 | 4/25/2019 |
8.0.0 | 35,691,262 | 11/17/2018 |
7.0.1 | 34,603,727 | 6/18/2018 |
7.0.0-alpha-0001 | 644,622 | 4/10/2018 |
6.2.2 | 19,882,876 | 12/6/2017 |
6.2.1 | 1,818,546 | 11/16/2017 |
6.2.0 | 560,294 | 11/9/2017 |
6.1.1 | 12,423,191 | 6/27/2017 |
6.1.0 | 886,431 | 6/14/2017 |
6.0.2 | 6,145,225 | 3/22/2017 |
5.2.0 | 6,871,847 | 11/23/2016 |
5.1.1 | 4,820,991 | 8/12/2016 |
5.0.2 | 1,709,556 | 7/7/2016 |
5.0.0-beta-1 | 52,553 | 5/17/2016 |
4.2.1 | 7,658,339 | 2/24/2016 |
4.2.0 | 1,227,290 | 1/28/2016 |
4.1.1 | 5,081,487 | 10/26/2015 |
4.0.4 | 2,555,183 | 8/6/2015 |
4.0.0-alpha1 | 25,593 | 7/7/2015 |
3.3.1 | 10,225,912 | 1/29/2015 |
3.3.0 | 1,402,282 | 11/29/2014 |
3.2.1 | 3,652,770 | 4/25/2014 |
3.1.1 | 1,564,130 | 12/31/2013 |
3.1.0 | 255,264 | 11/17/2013 |
3.0.0 | 1,925,787 | 8/25/2013 |
2.2.1 | 2,155,307 | 2/18/2013 |
2.2.0 | 546,043 | 9/22/2012 |
2.1.267 | 800,353 | 4/15/2012 |
2.1.266 | 45,972 | 3/29/2012 |
2.1.265 | 57,162 | 2/29/2012 |
2.1.262 | 114,004 | 2/29/2012 |
2.1.1 | 62,239 | 4/15/2012 |
2.0.0 | 516,721 | 9/22/2011 |
1.1.2 | 92,837 | 3/8/2017 |
1.1.0.118 | 1,371,504 | 9/7/2011 |