We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f7178 commit 69de1a3Copy full SHA for 69de1a3
1 file changed
src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs
@@ -27,7 +27,6 @@ public IntegrationEventLogService(DbConnection dbConnection)
27
_integrationEventLogContext = new IntegrationEventLogContext(
28
new DbContextOptionsBuilder<IntegrationEventLogContext>()
29
.UseSqlServer(_dbConnection)
30
- .ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning))
31
.Options);
32
33
_eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName)
0 commit comments