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.