Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore Namespace

namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

Classes

class DataStoreErrorLogger
class DataStoreErrorLog
class DataStoreErrorLoggerProvider
class DatabaseErrorPageMiddleware
Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework migrations. When these exceptions occur an HTML response with details of possible actions to resolve the issue is generated.
class MigrationsEndPointMiddleware
Processes requests to execute migrations operations. The middleware will listen for requests to the path configured in the supplied options.