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
* Add NHibernateSessionFactoryBuilder, also fixessharparchitecture#54
* Replace NHibernateSession with NHibernateSessionFactoryBuilder, see sharparchitecture#61
* ValidatableObject now requires ValidationContext;
* HasUniqueDomainSignatureAttribute now requires ValidationContext;
* DataAnnotationsEventListener how provides IServiceProvider with ISession;
* TardisBank - use CastleWindsor to register ISession and ISessionFactory;
* TardisBank - update CastleWindsor installers.
* Use DependencyResolver in ASP.NET MVC
* Inherit ILinqRepository from IRepository
Event listeners for PreInsert and PreUpdate registered through xml are removed by the following code
https://github.com/sharparchitecture/Sharp-Architecture/blob/master/Solutions/SharpArch.NHibernate/NHibernateSession.cs#L427
The text was updated successfully, but these errors were encountered: