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 303d826 commit 6d8da41Copy full SHA for 6d8da41
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