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"/>. 38return app.UseMiddleware<MigrationsEndPointMiddleware>(Options.Create(options));
MigrationsEndPointMiddleware.cs (2)
26/// Initializes a new instance of the <see cref="MigrationsEndPointMiddleware"/> class 33ILogger<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