We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f5010 commit 9f2b2c6Copy full SHA for 9f2b2c6
src/Hangfire.Core/Storage/Monitoring/JobDetailsDto.cs
@@ -34,7 +34,7 @@ public class JobDetailsDto
34
public DateTime? CreatedAt { get; set; }
35
36
[NotNull]
37
- public IDictionary<string, string> Properties { get; set; } = null!;
+ public IDictionary<string, string?> Properties { get; set; } = null!;
38
39
40
public IList<StateHistoryDto> History { get; set; } = null!;
0 commit comments