Skip to content

Commit 66df9b7

Browse files
committed
Fix xmldoc
1 parent cb36e96 commit 66df9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Extensions.Hosting/IDiagnosticContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public interface IDiagnosticContext
3434
/// <summary>
3535
/// Set the specified exception on the current diagnostic context.
3636
/// <br/><br/>
37-
/// This is useful when unhandled exceptions do not reach Serilog.AspNetCore's RequestLoggingMiddleware,
37+
/// This is useful when unhandled exceptions do not reach <c>Serilog.AspNetCore.RequestLoggingMiddleware</c>,
3838
/// such as when using <a href="https://www.nuget.org/packages/Hellang.Middleware.ProblemDetails">Hellang.Middleware.ProblemDetails</a>
3939
/// to transform exceptions to ProblemDetails responses.
4040
/// </summary>

0 commit comments

Comments
 (0)