Skip to main content
AutoMapper package icon

AutoMapper

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.

Total Downloads
1.1B
1,128,594,621
Published
Jul 7, 2015
Latest stable version

Install

.NET CLI
dotnet add package AutoMapper --version 4.0.0-alpha1
Package Manager Console
Install-Package AutoMapper -Version 4.0.0-alpha1
PackageReference
<PackageReference Include="AutoMapper" Version="4.0.0-alpha1" />

Frameworks

DNXCore5.0

Dependencies

[4.0.10-beta-22816, )
[4.0.10-beta-22816, )
[4.0.0-beta-22816, )
[4.0.10-beta-22816, )
[4.0.0-beta-22816, )
[4.0.10-beta-22816, )
System.Linq
DNXCore5.0
[4.0.0-beta-22816, )
[4.0.10-beta-22816, )
[4.0.0-beta-22816, )
[4.0.10-beta-22816, )
[4.0.10-beta-22816, )
[4.0.10-beta-22816, )
[4.0.0-beta-22816, )
[4.0.0-beta-22816, )
[4.0.10-beta-22816, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

This version is marked prerelease. Validate its API and upgrade path before production use.

Published vulnerability advisories exist for this version. Read the advisory and choose a remediated version before release.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.