OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Records in namespaces nested under Models are not included in NHibernate mappings #8681

Closed MpDzik closed 1 year ago

MpDzik commented 1 year ago

When a record class is created in a namespace nested under Models, it is not included in the NHibernate mappings. When the record is used with the IRepository interface, NHibernate throws an exception that there is no persister for the record class.