Lazy loading with EFCore 2.1
Thanks again @JoeAlbahari for fixing the EFCore 2.1 driver so quickly. I wonder if there is a way to avoid showing all the related entities as null (and make them navigable, obviously)? Need to have .Include() for all the related entities kind of kills the joy of having a way to quickly run LINQ queries
Comments
https://docs.microsoft.com/en-us/ef/core/querying/related-data
If you want lazy loading to be enabled only when used from LINQPad, put the following code into your OnConfiguring method: