Skip to content

Commit 2ce30f3

Browse files
authored
Update IDiagnosticContext.cs
1 parent 2ff264f commit 2ce30f3

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
@@ -29,7 +29,7 @@ public interface IDiagnosticContext
2929
/// <param name="value">The property value.</param>
3030
/// <param name="destructureObjects">If true, the value will be serialized as structured
3131
/// data if possible; if false, the object will be recorded as a scalar or simple array.</param>
32-
void Set(string propertyName, object value, bool destructureObjects = false);
32+
void Set(string propertyName, object? value, bool destructureObjects = false);
3333

3434
/// <summary>
3535
/// Set the specified exception on the current diagnostic context.

0 commit comments

Comments
 (0)