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.
2 parents 303d826 + 6d8da41 commit 1132748Copy full SHA for 1132748
src/Serilog.Sinks.MSSqlServer/Sinks/MSSqlServer/StandardColumn.cs
@@ -31,7 +31,7 @@ public enum StandardColumn
31
Exception,
32
33
/// <summary>
34
- /// Properties associated with the event, including those presented in MessageTemplate/>.
+ /// Properties associated with the event, including those presented in <see cref="MessageTemplate"/>.
35
/// </summary>
36
Properties,
37
@@ -40,4 +40,4 @@ public enum StandardColumn
40
41
LogEvent
42
}
43
-}
+}
0 commit comments