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 3038ad2 commit 18a6af8Copy full SHA for 18a6af8
src/Logging.XUnit/XUnitLoggerOptions.cs
@@ -38,7 +38,7 @@ public XUnitLoggerOptions()
38
/// Gets or sets format string used to format the timestamp in log messages. Defaults to <c>u</c>.
39
/// </summary>
40
#if NET7_0_OR_GREATER
41
- [StringSyntax(StringSyntaxAttribute.DateTimeFormat)]
+ [StringSyntax(StringSyntaxAttribute.DateTimeFormat)] // TODO Light up after .NET 7 ships https://github.com/martincostello/xunit-logging/issues/315
42
#endif
43
public string? TimestampFormat { get; set; }
44
}
0 commit comments