Does not recognize Add Collection Mappers from automapper.collection

541 Views Asked by At

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

There are 1 best solutions below

0
On

Try adding using statement:

using AutoMapper.EquivalencyExpression;