Remove obsolete warning configuration
This commit is contained in:
parent
c3f7178631
commit
69de1a30f3
@ -27,7 +27,6 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF.Servi
|
|||||||
_integrationEventLogContext = new IntegrationEventLogContext(
|
_integrationEventLogContext = new IntegrationEventLogContext(
|
||||||
new DbContextOptionsBuilder<IntegrationEventLogContext>()
|
new DbContextOptionsBuilder<IntegrationEventLogContext>()
|
||||||
.UseSqlServer(_dbConnection)
|
.UseSqlServer(_dbConnection)
|
||||||
.ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning))
|
|
||||||
.Options);
|
.Options);
|
||||||
|
|
||||||
_eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName)
|
_eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user