You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.UseOverridesFromAssemblyOf<>() and .UseOverridesFromAssembly() when used within an inherited PersistenceModel cause an "Object reference not set to an instance of an object" exception at line 366 of FluentNhibernate/automapping/AutoPersistenceModel.cs.
The attempt to retrieve a reference to the "OverrideHelper" method via this.GetType() returns null:
.UseOverridesFromAssemblyOf<>()
and.UseOverridesFromAssembly()
when used within an inheritedPersistenceModel
cause an "Object reference not set to an instance of an object" exception at line 366 of FluentNhibernate/automapping/AutoPersistenceModel.cs.The attempt to retrieve a reference to the "OverrideHelper" method via this.GetType() returns null:
The text was updated successfully, but these errors were encountered: