From 69de1a30f34171249ec7375bfa7dd112b61d2070 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Fri, 8 Nov 2019 15:36:54 +0000 Subject: [PATCH] Remove obsolete warning configuration --- .../IntegrationEventLogEF/Services/IntegrationEventLogService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs index 04fa84618..800b99a38 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/Services/IntegrationEventLogService.cs @@ -27,7 +27,6 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF.Servi _integrationEventLogContext = new IntegrationEventLogContext( new DbContextOptionsBuilder() .UseSqlServer(_dbConnection) - .ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning)) .Options); _eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName)