|
|
@ -27,7 +27,6 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF.Servi |
|
|
|
_integrationEventLogContext = new IntegrationEventLogContext( |
|
|
|
new DbContextOptionsBuilder<IntegrationEventLogContext>() |
|
|
|
.UseSqlServer(_dbConnection) |
|
|
|
.ConfigureWarnings(warnings => warnings.Throw(RelationalEventId.QueryClientEvaluationWarning)) |
|
|
|
.Options); |
|
|
|
|
|
|
|
_eventTypes = Assembly.Load(Assembly.GetEntryAssembly().FullName) |
|
|
|