1 write to _logger
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
MigrationsEndPointMiddleware.cs (1)
41_logger = logger;
5 references to _logger
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (5)
MigrationsEndPointMiddleware.cs (5)
65_logger.RequestPathMatched(context.Request.Path); 67var db = await GetDbContext(context, _logger); 74_logger.ApplyingMigrations(dbName); 82_logger.MigrationsApplied(dbName); 88_logger.MigrationsEndPointMiddlewareException(dbName, ex);