Skip to content

Commit 3a97464

Browse files
Copilotjaviercn
andcommitted
Remove backcompat comment from StatusCodePagesExtensions
Co-authored-by: javiercn <[email protected]>
1 parent 07f562f commit 3a97464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Middleware/Diagnostics/src/StatusCodePage/StatusCodePagesExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public static IApplicationBuilder UseStatusCodePages(this IApplicationBuilder ap
133133
return app.UseStatusCodePages(context => tangent(context.HttpContext));
134134
}
135135

136-
// 1.0 BACKCOMPAT OVERLOAD -- DO NOT TOUCH
137136
/// <summary>
138137
/// Adds a StatusCodePages middleware to the pipeline. Specifies that the response body should be generated by
139138
/// re-executing the request pipeline using an alternate path. This path may contain a '{0}' placeholder of the status code.

0 commit comments

Comments
 (0)