Skip to content

Commit 18a6af8

Browse files
Add TODO comment
Add TODO comment for [StringSyntax].
1 parent 3038ad2 commit 18a6af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logging.XUnit/XUnitLoggerOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public XUnitLoggerOptions()
3838
/// Gets or sets format string used to format the timestamp in log messages. Defaults to <c>u</c>.
3939
/// </summary>
4040
#if NET7_0_OR_GREATER
41-
[StringSyntax(StringSyntaxAttribute.DateTimeFormat)]
41+
[StringSyntax(StringSyntaxAttribute.DateTimeFormat)] // TODO Light up after .NET 7 ships https://github.com/martincostello/xunit-logging/issues/315
4242
#endif
4343
public string? TimestampFormat { get; set; }
4444
}

0 commit comments

Comments
 (0)