sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
591 stars 152 forks source link

Remove NHibernate configuration cache #228

Closed cd21h closed 3 years ago

cd21h commented 3 years ago

Binary serializer is not recommended to use with .NET 5, also it becomes less actual with container-based hosting.

See nhibernate/nhibernate-core/issues/2603