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/Configuration.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,9 @@ The `allowConsecutiveUsings` property specifies the behavior:
322
322
*`true`: consecutive using statements without braces will not produce diagnostics
323
323
*`false`: consecutive using statements without braces will produce a SA1519 diagnostic
324
324
325
+
This only allows omitting the braces for a using followed by another using statement. A using statement followed by any other type of statement will still
326
+
require braces to used.
327
+
325
328
## Documentation Rules
326
329
327
330
This section describes the features of documentation rules which can be configured in **stylecop.json**. Each of the described properties are configured in the `documentationRules` object, which is shown in the following sample file.
0 commit comments