We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabfa55 commit e454d5fCopy full SHA for e454d5f
tests/QueryableValues.SqlServer.Tests/Integration/MyDbContextBase.cs
@@ -11,7 +11,9 @@ public abstract class MyDbContextBase : DbContext
11
private readonly bool _useQueryableValues;
12
private readonly bool _useSelectTopOptimization;
13
14
+#if !EFCORE3
15
public event Action<string>? LogEntryEmitted;
16
+#endif
17
18
public DbSet<TestDataEntity> TestData { get; set; } = null!;
19
0 commit comments