3

I try to use automapper.collection but in the Mapper.Initialize method the AddCollectionMappers method is not recognized

I'm using .net 4.7, automapper 6.1.1, automapper.collection 3.1.1

Thank you.

enter image description here

1 Answers1

1

Try adding using statement:

using AutoMapper.EquivalencyExpression;
Watson
  • 1,385
  • 1
  • 15
  • 36