Skip to content
代码片段 群组 项目
未验证 提交 32b8ad6d 编辑于 作者: Youssef Victor's avatar Youssef Victor 提交者: GitHub
浏览文件

Add missing comma to xml documentation (#23634)

上级 a5901c08
No related branches found
No related tags found
无相关合并请求
...@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Builder ...@@ -15,7 +15,7 @@ namespace Microsoft.AspNetCore.Builder
{ {
/// <summary> /// <summary>
/// Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework /// 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. /// migrations. When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.
/// </summary> /// </summary>
/// <param name="app">The <see cref="IApplicationBuilder"/> to register the middleware with.</param> /// <param name="app">The <see cref="IApplicationBuilder"/> to register the middleware with.</param>
/// <returns>The same <see cref="IApplicationBuilder"/> instance so that multiple calls can be chained.</returns> /// <returns>The same <see cref="IApplicationBuilder"/> instance so that multiple calls can be chained.</returns>
...@@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.Builder ...@@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.Builder
/// <summary> /// <summary>
/// Captures synchronous and asynchronous database related exceptions from the pipeline that may be resolved using Entity Framework /// 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. /// migrations. When these exceptions occur, an HTML response with details of possible actions to resolve the issue is generated.
/// </summary> /// </summary>
/// <param name="app">The <see cref="IApplicationBuilder"/> to register the middleware with.</param> /// <param name="app">The <see cref="IApplicationBuilder"/> to register the middleware with.</param>
/// <param name="options">A <see cref="DatabaseErrorPageOptions"/> that specifies options for the middleware.</param> /// <param name="options">A <see cref="DatabaseErrorPageOptions"/> that specifies options for the middleware.</param>
...@@ -59,4 +59,4 @@ namespace Microsoft.AspNetCore.Builder ...@@ -59,4 +59,4 @@ namespace Microsoft.AspNetCore.Builder
return app; return app;
} }
} }
} }
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册