You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NLog/Targets/LineEndingMode.cs
+7
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,12 @@ public sealed class LineEndingMode : IEquatable<LineEndingMode>
71
71
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security","CA2104:DoNotDeclareReadOnlyMutableReferenceTypes",Justification="Type is immutable")]
/// Insert null terminator (ASCII 0) after each line.
76
+
/// </summary>
77
+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security","CA2104:DoNotDeclareReadOnlyMutableReferenceTypes",Justification="Type is immutable")]
0 commit comments