Skip to content

Commit 6667f2b

Browse files
committed
Document deviation from StyleCop Classic
Fixes #1891
1 parent d02f90f commit 6667f2b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

documentation/KnownChanges.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ var a = new[] { 1, 2, 3 }.ToArray();
151151

152152
## Ordering Rules
153153

154+
### SA1208
155+
156+
StyleCop Analyzers only considers using directives to be "System" using directives if they are not alias-qualified,
157+
while StyleCop Classic ignored the alias. For example, `using global::System;` would be not be considered a System using
158+
directive by StyleCop Analyzers, but it would be considered a System using directive by StyleCop Classic.
159+
154160
### SA1214
155161

156162
StyleCop Classic only reports SA1214 for violations involving static fields. In StyleCop Analyzers, SA1214 and SA1215

0 commit comments

Comments
 (0)