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.
Questions tagged [automapper-5]
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