AutoMapper 3.2.0-ci1030

This is a prerelease version of AutoMapper.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoMapper --version 3.2.0-ci1030
                    
NuGet\Install-Package AutoMapper -Version 3.2.0-ci1030
                    
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="3.2.0-ci1030" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoMapper" Version="3.2.0-ci1030" />
                    
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 3.2.0-ci1030
                    
#r "nuget: AutoMapper, 3.2.0-ci1030"
                    
#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@3.2.0-ci1030
                    
#: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=3.2.0-ci1030&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AutoMapper&version=3.2.0-ci1030&prerelease
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed.  net9.0-android was computed.  net10.0-android was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoTouch monotouch is compatible. 
Silverlight sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on AutoMapper:

Package Downloads
UmbracoCms.Core

Contains the core assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms-package to setup Umbraco in Visual Studio as an ASP.NET project.

Unipluss.Sign.Client

Client library to communication with Signere.no REST API. The library contains relevant model classes and a client class with methods to access all resources provided in the Signere.no API. The client class itself is implemented from an interface to make it easily testable. All explicit communication with the API is handled internally and translated to POCO objects. The client methods require certain fields from Signere.no user credentials in order to work properly. To create a user account and obtain these credentials, please visit signere.no . Also, check out the REST API documentation at Https://api.signere.no for further details about the resources that can be accessed through this library.

WindowsAzure.MobileServices.Backend.Entity

This package contains everything you need to expose structured storage using Entity Framework as part of your .NET mobile backend hosted in Microsoft Azure. For more information, check out http://azure.microsoft.com/mobile

Abp.AutoMapper

AutoMapper integration package for ASP.NET Boilerplate.

KubernetesClient

Client library for the Kubernetes open source container orchestrator.

GitHub repositories (364)

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!
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
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
openbullet/OpenBullet2
OpenBullet reinvented
Version Downloads Last Updated
10.1.1 110 3/8/2021
10.0.0 6 3/8/2021
9.0.0 33,042 3/8/2021
8.1.1 8 3/8/2021
8.1.0 15 3/8/2021
8.0.0 25 3/8/2021
7.0.1 9 3/8/2021
7.0.0 1 3/8/2021
7.0.0-alpha-0001 1 3/8/2021
6.2.2 4 3/8/2021
6.2.1 1 3/8/2021
6.2.0 2 3/8/2021
6.1.1 401 3/8/2021
6.1.0 20 3/8/2021
6.0.2 113 3/8/2021
6.0.1 22 3/8/2021
6.0.0 9 3/8/2021
5.2.0 194 3/8/2021
5.1.1 175 3/8/2021
5.1.0 1 3/8/2021
5.0.2 60 3/8/2021
5.0.1 1 3/8/2021
5.0.0 7 3/8/2021
5.0.0-beta-1 4 3/8/2021
4.2.1 131 3/8/2021
4.2.0 33 3/8/2021
4.1.1 92,383 10/26/2015
4.1.0 11,981 10/22/2015
4.0.4 187,336 8/6/2015
4.0.3 1,556 8/5/2015
4.0.2 677 8/5/2015
4.0.1 802 8/5/2015
4.0.0 2,799 8/5/2015
4.0.0-alpha1 5,238 7/7/2015
3.3.1 481,130 1/29/2015
3.3.0 148,689 11/29/2014
3.3.0-ci1033 170 12/3/2014
3.3.0-ci1032 200 11/27/2014
3.3.0-ci1031 138 11/27/2014
3.3.0-ci1030 360 11/24/2014
3.3.0-ci1029 213 11/24/2014
3.3.0-ci1028 384 11/21/2014
3.3.0-ci1027 14,617 9/12/2014
3.3.0-ci1026 173 9/12/2014
3.3.0-ci1025 191 9/12/2014
3.3.0-ci1024 578 9/9/2014
3.3.0-ci1023 353 9/6/2014
3.3.0-ci1022 940 9/4/2014
3.3.0-ci1021 196 9/4/2014
3.3.0-ci1020 216 9/3/2014
3.3.0-ci1019 278 9/2/2014
3.3.0-ci1018 174 9/2/2014
3.3.0-ci1017 7,568 7/22/2014
3.3.0-ci1016 209 7/21/2014
3.3.0-ci1009 296 7/18/2014
3.3.0-ci1008 1,359 6/27/2014
3.3.0-ci1007 234 6/26/2014
3.3.0-ci1006 480 6/23/2014
3.3.0-ci1005 162 6/23/2014
3.3.0-ci1004 164 6/23/2014
3.3.0-ci1003 207 6/23/2014
3.3.0-ci1002 255 6/20/2014
3.3.0-ci1001 198 6/20/2014
3.3.0-ci1000 174 6/20/2014
3.2.1 451,780 4/25/2014
3.2.1-ci1002 176 4/25/2014
3.2.1-ci1001 2,477 4/24/2014
3.2.1-ci1000 519 4/24/2014
3.2.0 25,168 4/14/2014
3.2.0-ci1043 198 4/14/2014
3.2.0-ci1042 356 4/10/2014
3.2.0-ci1041 148 4/10/2014
3.2.0-ci1040 151 4/10/2014
3.2.0-ci1039 155 4/10/2014
3.2.0-ci1038 191 4/9/2014
3.2.0-ci1037 158 4/9/2014
3.2.0-ci1036 143 4/9/2014
3.2.0-ci1035 161 4/9/2014
3.2.0-ci1034 146 4/9/2014
3.2.0-ci1033 152 4/9/2014
3.2.0-ci1030 150 4/9/2014
3.2.0-ci1029 152 4/9/2014
3.2.0-ci1028 155 4/9/2014
3.2.0-ci1027 278 4/8/2014
3.2.0-ci1026 149 4/8/2014
3.2.0-ci1025 238 4/7/2014
3.2.0-ci1024 143 4/7/2014
3.2.0-ci1023 152 4/7/2014
3.2.0-ci1022 199 4/7/2014
3.2.0-ci1021 326 4/6/2014
3.2.0-ci1017 1,078 4/3/2014
3.2.0-ci1016 192 4/3/2014
3.2.0-ci1015 189 4/3/2014
3.2.0-ci1014 190 4/3/2014
3.2.0-ci1011 1,652 3/10/2014
3.2.0-ci1010 753 3/3/2014
3.2.0-ci1009 194 3/3/2014
3.2.0-ci1008 188 3/3/2014
3.2.0-ci1005 381 2/26/2014
3.2.0-ci1004 544 2/21/2014
3.2.0-ci1003 582 2/18/2014
3.2.0-ci1002 975 1/28/2014
3.2.0-ci1001 266 1/27/2014
3.2.0-ci1000 417 1/24/2014
3.1.1 241,337 12/31/2013
3.1.1-ci1003 631 12/18/2013
3.1.1-ci1000 8,773 11/21/2013
3.1.0 76,652 11/17/2013
3.1.0-ci1058 220 11/17/2013
3.1.0-ci1056 963 11/12/2013
3.1.0-ci1053 265 11/12/2013
3.1.0-ci1051 625 11/6/2013
3.1.0-ci1050 197 11/6/2013
3.1.0-ci1049 892 11/6/2013
3.1.0-ci1048 536 11/5/2013
3.1.0-ci1047 372 11/5/2013
3.1.0-ci1046 208 11/5/2013
3.1.0-ci1045 332 11/5/2013
3.1.0-ci1044 483 11/4/2013
3.1.0-ci1043 273 11/3/2013
3.1.0-ci1038 385 11/2/2013
3.1.0-ci1037 276 11/1/2013
3.1.0-ci1036 1,244 10/29/2013
3.1.0-ci1035 215 10/29/2013
3.1.0-ci1034 381 10/29/2013
3.1.0-ci1033 243 10/28/2013
3.1.0-ci1032 2,709 10/17/2013
3.1.0-ci1027 601 10/6/2013
3.1.0-ci1026 759 9/27/2013
3.1.0-ci1024 825 9/24/2013
3.1.0-ci1023 720 9/23/2013
3.1.0-ci1022 222 9/23/2013
3.1.0-ci1021 836 9/15/2013
3.1.0-ci1020 1,456 9/2/2013
3.1.0-ci1019 272 9/1/2013
3.1.0-ci1018 227 9/1/2013
3.1.0-ci1017 213 8/31/2013
3.1.0-ci1016 386 8/31/2013
3.1.0-ci1014 229 8/31/2013
3.0.0 201,541 8/25/2013
3.0.0-ci1053 213 8/25/2013
3.0.0-ci1043 406 8/20/2013
3.0.0-ci1042 375 8/20/2013
3.0.0-ci1041 206 8/20/2013
3.0.0-ci1040 210 8/20/2013
3.0.0-ci1039 298 8/19/2013
3.0.0-ci1038 310 8/18/2013
3.0.0-ci1037 5,610 6/20/2013
3.0.0-ci1036 2,113 5/17/2013
3.0.0-ci1035 3,238 4/13/2013
3.0.0-ci1034 462 4/13/2013
3.0.0-ci1033 327 4/12/2013
3.0.0-ci1032 493 4/12/2013
3.0.0-ci1031 293 4/12/2013
3.0.0-ci1029 651 4/7/2013
3.0.0-ci1028 2,934 3/23/2013
3.0.0-ci1026 501 3/22/2013
2.2.1 328,323 2/18/2013
2.2.1-ci9006 240 2/18/2013
2.2.1-ci9005 371 2/18/2013
2.2.1-ci9004 2,296 2/12/2013
2.2.1-ci9003 197 2/12/2013
2.2.1-ci9002 377 2/12/2013
2.2.1-ci9001 3,813 1/24/2013
2.2.1-ci9000 16,964 11/16/2012
2.2.1-ci9 2,701 10/22/2012
2.2.1-ci8 1,950 9/30/2012
2.2.1-ci7 514 9/29/2012
2.2.1-ci6 391 9/29/2012
2.2.1-ci5 373 9/29/2012
2.2.1-ci4 201 9/29/2012
2.2.1-ci17 380 11/15/2012
2.2.1-ci16 211 11/15/2012
2.2.1-ci15 381 11/15/2012
2.2.1-ci11 207 11/8/2012
2.2.1-ci1000 208 11/16/2012
2.2.1-ci10 385 11/8/2012
2.2.0 150,574 9/22/2012
2.1.267 144,534 4/15/2012
2.1.266 13,637 3/29/2012
2.1.265 23,074 2/29/2012
2.1.262 389 2/29/2012
2.1.1 1,420 4/15/2012
2.0.0 74,301 9/22/2011
1.1.2 1 3/8/2021
1.1.1 2 3/8/2021
1.1.0.118 52,201 9/7/2011