mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-06-15 19:02:25 +00:00
Uses limiated compatibility mode by default
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ namespace EntityFrameworkCore.Projectables.Infrastructure.Internal
|
||||
{
|
||||
public class ProjectionOptionsExtension : IDbContextOptionsExtension
|
||||
{
|
||||
CompatibilityMode _compatibilityMode = CompatibilityMode.Full;
|
||||
CompatibilityMode _compatibilityMode = CompatibilityMode.Limited;
|
||||
|
||||
public ProjectionOptionsExtension()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user