7 references to MigrationsEndPointMiddleware
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (7)
DatabaseErrorPageOptions.cs (1)
16
/// Gets or sets the path that <see cref="
MigrationsEndPointMiddleware
"/> will listen
MigrationsEndPointExtensions.cs (2)
11
/// <see cref="IApplicationBuilder"/> extension methods for the <see cref="
MigrationsEndPointMiddleware
"/>.
38
return app.UseMiddleware<
MigrationsEndPointMiddleware
>(Options.Create(options));
MigrationsEndPointMiddleware.cs (2)
26
/// Initializes a new instance of the <see cref="
MigrationsEndPointMiddleware
"/> class
33
ILogger<
MigrationsEndPointMiddleware
> logger,
MigrationsEndPointOptions.cs (2)
11
/// Options for the <see cref="
MigrationsEndPointMiddleware
"/>.
21
/// Gets or sets the path that the <see cref="
MigrationsEndPointMiddleware
"/> will listen