File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Middleware/Diagnostics.EntityFrameworkCore/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static class DatabaseErrorPageExtensions
15
15
{
16
16
/// <summary>
17
17
/// Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework
18
- /// migrations. When these exceptions occur an HTML response with details of possible actions to resolve the issue is generated.
18
+ /// migrations. When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.
19
19
/// </summary>
20
20
/// <param name="app">The <see cref="IApplicationBuilder"/> to register the middleware with.</param>
21
21
/// <returns>The same <see cref="IApplicationBuilder"/> instance so that multiple calls can be chained.</returns>
@@ -31,7 +31,7 @@ public static IApplicationBuilder UseDatabaseErrorPage(this IApplicationBuilder
31
31
32
32
/// <summary>
33
33
/// Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework
34
- /// migrations. When these exceptions occur an HTML response with details of possible actions to resolve the issue is generated.
34
+ /// migrations. When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.
35
35
/// </summary>
36
36
/// <param name="app">The <see cref="IApplicationBuilder"/> to register the middleware with.</param>
37
37
/// <param name="options">A <see cref="DatabaseErrorPageOptions"/> that specifies options for the middleware.</param>
@@ -59,4 +59,4 @@ public static IApplicationBuilder UseDatabaseErrorPage(
59
59
return app ;
60
60
}
61
61
}
62
- }
62
+ }
You can’t perform that action at this time.
0 commit comments