Skip to content

Commit 69de1a3

Browse files
committed
Remove obsolete warning configuration
1 parent c3f7178 commit 69de1a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public IntegrationEventLogService(DbConnection dbConnection)
2727
_integrationEventLogContext = new IntegrationEventLogContext(
2828
new DbContextOptionsBuilder<IntegrationEventLogContext>()
2929
.UseSqlServer(_dbConnection)
30-
.ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning))
3130
.Options);
3231

3332
_eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName)

0 commit comments

Comments
 (0)