Postgresql – How can I auto-include multiple navigations in model?
EF Core 6 introduced the ability to auto-include navigations (https://learn.microsoft.com/en-us/ef/core/querying/related-data/eager#model-configuration-for-auto-including-navigations).I have a model that is related to multiple tables and I would like to configure it to auto-include multiple related tables but have been unable to figure out how to…