Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update DiagnosticContext.cs
  • Loading branch information
leotsarev authored Feb 18, 2025
commit 2ff264f7bd4a5f63190875d4f06af87fdd5c12c5
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public DiagnosticContextCollector BeginCollection()
}

/// <inheritdoc cref="IDiagnosticContext.Set"/>
public void Set(string propertyName, object value, bool destructureObjects = false)
public void Set(string propertyName, object? value, bool destructureObjects = false)
{
if (propertyName == null) throw new ArgumentNullException(nameof(propertyName));

Expand Down