Automapping problem when i try to map the collection from one entity to another
I’m using automapper to map two objects that have the same class ( .Map(Entity,Entity) ) like this.
AutoMapper custom resolver cannot be used as type parameter
I am trying to create a custom resolver for my AutoMapper that is close to identical to the source documentation for custom resolvers from the AutoMapper team. I have the IValueResolver
implementation called NluProgressResolver