mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing NHibernate references
--HG-- branch : 1.x
This commit is contained in:
@@ -1 +1,14 @@
|
||||
This is a patched version of NHibernate to prevent background JIT from failing.
|
||||
This is a patched version of NHibernate to prevent background JIT from failing.
|
||||
Applied https://nhibernate.jira.com/browse/NH-2958:
|
||||
|
||||
private static XmlSerializer _mappingDocumentSerializer = null;
|
||||
|
||||
private XmlSerializer mappingDocumentSerializer
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_mappingDocumentSerializer == null)
|
||||
_mappingDocumentSerializer = new XmlSerializer(typeof (HbmMapping));
|
||||
return _mappingDocumentSerializer;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user