From 5c7bdd01a423e2b0909db1df52a1f7bc848a9c3d Mon Sep 17 00:00:00 2001 From: Koen Bekkenutte <2912652+kbekkenutte@users.noreply.github.com> Date: Fri, 4 Jun 2021 04:00:30 +0800 Subject: [PATCH] Uses limiated compatibility mode by default --- .../Infrastructure/Internal/ProjectionOptionsExtension.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EntityFrameworkCore.Projectables/Infrastructure/Internal/ProjectionOptionsExtension.cs b/src/EntityFrameworkCore.Projectables/Infrastructure/Internal/ProjectionOptionsExtension.cs index 0f7040a..df4c6cb 100644 --- a/src/EntityFrameworkCore.Projectables/Infrastructure/Internal/ProjectionOptionsExtension.cs +++ b/src/EntityFrameworkCore.Projectables/Infrastructure/Internal/ProjectionOptionsExtension.cs @@ -14,7 +14,7 @@ namespace EntityFrameworkCore.Projectables.Infrastructure.Internal { public class ProjectionOptionsExtension : IDbContextOptionsExtension { - CompatibilityMode _compatibilityMode = CompatibilityMode.Full; + CompatibilityMode _compatibilityMode = CompatibilityMode.Limited; public ProjectionOptionsExtension() {