add link to code analysis to middleware /3 (#24164)

* add link to code analysis to middleware /3

* add link to code analysis to middleware /3
pull/24174/head
Rick Anderson 2021-12-02 07:54:52 -10:00 committed by GitHub
parent 7befd5cebe
commit 59aa29b6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ Request delegates are configured using <xref:Microsoft.AspNetCore.Builder.RunExt
<xref:migration/http-modules> explains the difference between request pipelines in ASP.NET Core and ASP.NET 4.x and provides additional middleware samples.
## Middleware code analysis
ASP.NET Core includes many compiler platform analyzers that inspect application code for quality. For more information, see <xref:diagnostics/code-analysis>
## Create a middleware pipeline with `WebApplication`
The ASP.NET Core request pipeline consists of a sequence of request delegates, called one after the other. The following diagram demonstrates the concept. The thread of execution follows the black arrows.