In a ....NET Core 2.1... project, I'm using EF Core with Command pattern (using ...MediatR... library) on a SQL Server database....I setup the project to avoid client query evaluation, by using these settings:...var phaseOptions = new DbContextOptionsBuil...