This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
Remove parameterless constructor and PopulateOnLoadingFromDb #1
Labels
enhancement
New feature or request
PopulateOnLoadingFromDb
was mainly introduced for Entity Framework 6.x (as well as the parameterless c'tor) and NHibernate.With EFCore 2.2 this becomes more or less obsolete but still holds true for NHibernate (one could workaround with interceptors but this seems hacky rather than a nice implementation.
Advantage of removing the parameterless constructor is clearly to force a specific implementation.
The text was updated successfully, but these errors were encountered: