How does AutoMapper store all its maps in memory?

86 Views Asked by At

I wanted to know how AutoMapper stores all its MappingConfigurations in memory. Also how can I remove all the mappings from memory without using Mapper.Reset. I am using AutoMapper 3.2.1

0

There are 0 best solutions below