Tags: xhafan/coreddd
Tags
Created a tag for v3.2.13 Issues resolved: - #19 Add support for nullable reference types - an entity reference of a nullable reference type is automapped as nullable in the database - #19 Add support for nullable reference types - an entity property of a nullable reference type is automapped as nullable in the database; CoreDdd.Nhibernate now targets .NET 6 due to .NET 6 nullability info API; removed setting "proxyfactory.factory_class" for NHibernate - some tests were failing for .NET 6 - #19 Add support for nullable reference types - when the nullable reference types are enabled, when using Guard.Hope() method one does not get "Dereference of possibly null reference" warning (idea taken from Debug.Assert method source code) - #25 Add support for not creating the default request database transaction in CoreDdd.AspNetCore middlewares for certain requests - added support for not creating the default request transaction for given request paths The following nuget packages have been updated: -CoreDdd.Nhibernate - version 3.2.13 -CoreUtils - version 3.2.2 -CoreDdd.AspNetCore - version 3.2.1 -other nuget packages version remains the same as there was no change
Created a tag for v3.2.11 Issues resolved: - #21 add convention for DTO persistence to make them load read-only without NHibernate change tracking to disable unwanted DB updates via DTO changes The following nuget packages have been updated: -CoreDdd.Nhibernate - version 3.2.11 -other nuget packages version remains the same as there was no change
Created a tag for v3.2.10 Issues resolved: - #18 Custom convention clashing with default CoreDdd.Nhibernate convention - #17 Guard.Hope() checking for object being null results in Resharper's "Possible System.NullReferenceException" warning - #16 ASP.NET: Raising delayed domain events on application_endrequest where domain event handler throws an exception - #15 "Transaction not connected, or was disconnected" thrown by rollback within a commit The following nuget packages have been updated: -CoreDdd.Nhibernate - version 3.2.10 -CoreUtils - version 3.2.1 -CoreDdd.AspNet - version 3.2.1 -other nuget packages version remains the same as there was no change
Created a tag for v3.2.8 Issues resolved: - #8 Cannot load an aggregate root entity with locking using NhibernateRepository - #9 NhibernateUnitOfWork rollback throws "Transaction not connected, or was disconnected" on disconnected transaction - #10 Child entity collection of type IList<TChildEntity> is not mapped AsList by default - #12 Support NHibernate interceptors in BaseNhibernateConfigurator The release version is 3.2.8, but only the following nuget packages have been updated: -CoreDdd.Nhibernate - version 3.2.8 -other nuget packages version remains 3.2.x as there was no change
created a tag for v3.2.4 Issues resolved: - #2 Support to have a connection string in the appsettings.json file instead of hibernate.cfg.xml - #3 Dependency injection does not dispose NhibernateConfigurator - #4 Support NHibernate component automapping - #5 Allow Dto classes to be marked as not mapped by NHibernate into a database - #7 NhibernateUnitOfWork rollback throwing an exception when flushing the session The release version is 3.2.4, but only the following nuget packages have been updated: -CoreDdd.Nhibernate - version 3.2.4 -CoreDdd.Nhibernate.Register.DependencyInjection - version 3.2.3 -other nuget packages version remains 3.2.0 as there was no change