Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-preview7_Microsoft.AspNetCore.Diagnostics.md « Microsoft.AspNetCore.App « preview7 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0d99903d14d0e70db741c8b1724f04ee1d7c779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Microsoft.AspNetCore.Diagnostics

``` diff
 namespace Microsoft.AspNetCore.Diagnostics {
     [NullableAttribute((byte)0)]
     [NullableContextAttribute((byte)1)]
     public class DeveloperExceptionPageMiddleware {
-        [AsyncStateMachineAttribute(typeof(DeveloperExceptionPageMiddleware.<Invoke>d__9))]
-        public Task Invoke(HttpContext context);
+        public Task Invoke(HttpContext context);
     }
 }
```