When I am configuring Envers with my NHibernate configuration, some of my models have collections mapped as HashedSet<>
and when I am calling configuration.IntegrateWithEnvers(auditConfiguration);
I get the exception telling me that I need to define a custom ICustomCollectionMapperFactory
.
Where do I need to define that?