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
However, each time a preprocessor line is reached, the relative order of items should be reset. In other words, two using directives should not be compared to each other if a preprocessor line exists between them.
Actual Result
Warnings SA1210 and SA1209 are reported.
Expected result
No warnings.
Impact
This affects the usability of SA1208, SA1209, SA1210, SA1211, SA1216, and SA1217.
The text was updated successfully, but these errors were encountered:
sharwell
changed the title
Order of using directives should at preprocessor directives
Order of using directives should reset at preprocessor directives
Aug 9, 2015
The following block results in warnings regarding the order of preprocessor directives:
However, each time a preprocessor line is reached, the relative order of items should be reset. In other words, two
using
directives should not be compared to each other if a preprocessor line exists between them.Actual Result
Warnings SA1210 and SA1209 are reported.
Expected result
No warnings.
Impact
This affects the usability of SA1208, SA1209, SA1210, SA1211, SA1216, and SA1217.
The text was updated successfully, but these errors were encountered: