We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###Example
public interface IMyService { } public class MyService : IMyService { } public class MyOtherService : IMyService { }
With the default behaviour of the Automapper, it expects to find one and only one implementation of a given interface.
###How do I fix this?
You have several options: -
[DoNotMap]
[Multimap]
MultimapByDefault