I'm getting this error message when attempting a Linq query with a number of includes.
Was working in .NET 5; breaking after an upgrade to .NET 6.
System.NotImplementedException: This is a DynamicProxy2 error: The interceptor attempted to 'Proceed' for method 'Microsoft.EntityFrameworkCore.Infrastructure.ILazyLoader get_LazyLoader()' which has no target
Any help appreciated