AutoMapper 11.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoMapper --version 11.0.0
                    
NuGet\Install-Package AutoMapper -Version 11.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoMapper" Version="11.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoMapper" Version="11.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AutoMapper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoMapper --version 11.0.0
                    
#r "nuget: AutoMapper, 11.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AutoMapper@11.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AutoMapper&version=11.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AutoMapper&version=11.0.0
                    
Install as a Cake Tool

AutoMapper

CI NuGet MyGet (dev)

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:

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
configuration.AssertConfigurationIsValid();
// 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

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3.8K)

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.

AutoMapper.Extensions.ExpressionMapping

Expression mapping (OData) extensions for AutoMapper

AutoMapper.Extensions.EnumMapping

Convention-based enum value mapping extension for AutoMapper.

Volo.Abp.AutoMapper

Package Description

GitHub repositories (357)

Showing the top 20 popular GitHub repositories that depend on AutoMapper:

Repository Stars
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
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
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
exceptionless/Exceptionless
Exceptionless application
PiranhaCMS/piranha.core
Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.
Version Downloads Last Updated
15.0.1 934,409 7/11/2025
14.0.0 16,234,171 2/14/2025
13.0.1 96,851,514 2/7/2024
12.0.1 109,839,025 1/16/2023
12.0.0 58,799,165 9/30/2022
11.0.1 55,615,680 2/4/2022
11.0.0 32,247,095 1/5/2022
10.1.1 147,073,540 10/16/2020
10.0.0 42,957,216 7/1/2020
9.0.0 101,963,192 8/12/2019
8.1.1 18,625,867 6/3/2019
8.1.0 12,758,089 4/25/2019
8.0.0 41,047,387 11/17/2018
7.0.1 36,945,578 6/18/2018
7.0.0-alpha-0001 650,727 4/10/2018
6.2.2 21,888,730 12/6/2017
6.2.1 1,936,593 11/16/2017
6.2.0 667,436 11/9/2017
6.1.1 13,534,527 6/27/2017
6.1.0 944,684 6/14/2017
6.0.2 6,607,116 3/22/2017
5.2.0 7,498,149 11/23/2016
5.1.1 5,112,088 8/12/2016
5.0.2 1,900,741 7/7/2016
5.0.0-beta-1 53,461 5/17/2016
4.2.1 8,487,047 2/24/2016
4.2.0 1,384,375 1/28/2016
4.1.1 5,612,700 10/26/2015
4.0.4 2,782,877 8/6/2015
4.0.0-alpha1 26,163 7/7/2015
3.3.1 11,021,765 1/29/2015
3.3.0 1,533,879 11/29/2014
3.2.1 4,035,304 4/25/2014
3.1.1 1,709,702 12/31/2013
3.1.0 279,762 11/17/2013
3.0.0 2,019,090 8/25/2013
2.2.1 2,344,339 2/18/2013
2.2.0 586,220 9/22/2012
2.1.267 897,864 4/15/2012
2.1.266 57,352 3/29/2012
2.1.265 59,310 2/29/2012
2.1.262 114,872 2/29/2012
2.1.1 68,925 4/15/2012
2.0.0 579,871 9/22/2011
1.1.2 106,279 3/8/2017
1.1.0.118 1,654,098 9/7/2011