We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0d175 commit 7327597Copy full SHA for 7327597
README.md
@@ -30,7 +30,7 @@ public void ConfigureServices(IServiceCollection services)
30
lo.EventIdFactory = (c, e) => new EventId(123, "UnhandlerException");
31
lo.Category = (context, exception) => "MyCategory";
32
})
33
- .Response(e => 500, ResponseAlreadyStartedBehaviour.GoToNextHandler)
+ .Response(null, ResponseAlreadyStartedBehaviour.GoToNextHandler)
34
.ClearCacheHeaders()
35
.WithObjectResult((r, e) => new { msg = e.Message, path = r.Path })
36
.Handled();
0 commit comments