Skip to content

Commit

Permalink
Document deviation from StyleCop Classic
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Dec 4, 2015
1 parent d02f90f commit 6667f2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/KnownChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ var a = new[] { 1, 2, 3 }.ToArray();

## Ordering Rules

### SA1208

StyleCop Analyzers only considers using directives to be "System" using directives if they are not alias-qualified,
while StyleCop Classic ignored the alias. For example, `using global::System;` would be not be considered a System using
directive by StyleCop Analyzers, but it would be considered a System using directive by StyleCop Classic.

### SA1214

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

0 comments on commit 6667f2b

Please sign in to comment.