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
{{ message }}
This repository was archived by the owner on Jul 2, 2021. It is now read-only.
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.
PopulateOnLoadingFromDbwas 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.