Disable LazyLoading in EFCore driver
Is it possible to avoid using LazyLoading with the EFCore driver? The reason this is needed is that lazy-loading is not supported for detached entities, so, for example, if a query uses an extension method for an entity that accesses its "navigation" property, an exception is thrown.
Comments