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 cb36e96 commit 66df9b7Copy full SHA for 66df9b7
src/Serilog.Extensions.Hosting/IDiagnosticContext.cs
@@ -34,7 +34,7 @@ public interface IDiagnosticContext
34
/// <summary>
35
/// Set the specified exception on the current diagnostic context.
36
/// <br/><br/>
37
- /// This is useful when unhandled exceptions do not reach Serilog.AspNetCore's RequestLoggingMiddleware,
+ /// This is useful when unhandled exceptions do not reach <c>Serilog.AspNetCore.RequestLoggingMiddleware</c>,
38
/// such as when using <a href="https://www.nuget.org/packages/Hellang.Middleware.ProblemDetails">Hellang.Middleware.ProblemDetails</a>
39
/// to transform exceptions to ProblemDetails responses.
40
/// </summary>
0 commit comments