Skip to content

Commit e454d5f

Browse files
committed
test: avoid build time warning
1 parent cabfa55 commit e454d5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/QueryableValues.SqlServer.Tests/Integration/MyDbContextBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ public abstract class MyDbContextBase : DbContext
1111
private readonly bool _useQueryableValues;
1212
private readonly bool _useSelectTopOptimization;
1313

14+
#if !EFCORE3
1415
public event Action<string>? LogEntryEmitted;
16+
#endif
1517

1618
public DbSet<TestDataEntity> TestData { get; set; } = null!;
1719

0 commit comments

Comments
 (0)