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 2ff264f commit 2ce30f3Copy full SHA for 2ce30f3
src/Serilog.Extensions.Hosting/IDiagnosticContext.cs
@@ -29,7 +29,7 @@ public interface IDiagnosticContext
29
/// <param name="value">The property value.</param>
30
/// <param name="destructureObjects">If true, the value will be serialized as structured
31
/// 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);
+ void Set(string propertyName, object? value, bool destructureObjects = false);
33
34
/// <summary>
35
/// Set the specified exception on the current diagnostic context.
0 commit comments