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: documentation/SA1021.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ A negative sign within a C# element is not spaced correctly.
23
23
24
24
A violation of this rule occurs when the spacing around a negative sign is not correct.
25
25
26
-
A negative sign should always be preceded by a single space, unless it comes after an opening square bracket, a parenthesis, is the first character on the line, or is part of a string interpolation alignment component.
26
+
A negative sign should always be preceded by a single space, unless it comes after an opening square bracket, a parenthesis, a brace of an interpolated string, is the first character on the line, or is part of a string interpolation alignment component.
27
27
28
28
A negative sign should never be followed by whitespace, and should never be the last character on a line.
Copy file name to clipboardExpand all lines: documentation/SA1022.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ A positive sign within a C# element is not spaced correctly.
23
23
24
24
A violation of this rule occurs when the spacing around a positive sign is not correct.
25
25
26
-
A positive sign should always be preceded by a single space, unless it comes after an opening square bracket, a parenthesis, is the first character on the line, or is part of a string interpolation alignment component.
26
+
A positive sign should always be preceded by a single space, unless it comes after an opening square bracket, a parenthesis, a brace of an interpolated string, is the first character on the line, or is part of a string interpolation alignment component.
27
27
28
28
A positive sign should never be followed by whitespace, and should never be the last character on a line.
0 commit comments