Is there an alternative to IContainsNHibernateMappingsTag in UCommerce V3?
Is there an alternative to IContainsNHibernateMappingsTag available in UCommerce v3 that will do the job of allow UCommerce to automatically register my custom Fluent NHibernate mappings?
I can't seem to find it in any versions before v5, is there a recommended way I can manually (or automatically get UCommerce to) register my custom maps without implementing the mentioned interface?
No. However the sessionFactory is resolved from IoC so you could swap it out and do it like V6. You'll have to use .peek to figure out the implementation.
Is there an alternative to IContainsNHibernateMappingsTag in UCommerce V3?
Is there an alternative to IContainsNHibernateMappingsTag available in UCommerce v3 that will do the job of allow UCommerce to automatically register my custom Fluent NHibernate mappings?
I can't seem to find it in any versions before v5, is there a recommended way I can manually (or automatically get UCommerce to) register my custom maps without implementing the mentioned interface?
No. However the sessionFactory is resolved from IoC so you could swap it out and do it like V6. You'll have to use .peek to figure out the implementation.
Easiest thing would be to just upgrade to v6 though. The difference is not that big actually.
is working on a reply...