Questions tagged [automapper-5]

Use this tag for version specific questions about AutoMapper 5 - the convention-based object-to-object mapper and transformer library for .NET. When using this tag also include the more generic [automapper] tag where possible.

106 questions
0
votes
1 answer

Map multiple derived types

I'm trying to map multiple types, about 50 to other types (50 of them) they are 1 to one, but I want to map from a interface to a concrete type. Relevant code example: using AutoMapper; using System; using System.Collections.Generic; namespace…
Erik Philips
  • 53,428
  • 11
  • 128
  • 150
1 2 3 4 5 6 7
8