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. 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.

AutoMapper supports the following platforms:

  • .NET 4.0
  • .NET 4.5.2+
  • .NET Platform Standard 1.1 & 1.3

New to AutoMapper? Check out the Getting Started Guide page first.

Samples

The source code contains unit tests and samples for all of the features listed above. To view the samples, browse the source code.

Housekeeping

The latest builds can be found at NuGet

The dev builds can be found at MyGet

The discussion group is hosted on Google Groups