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
Currently the using directives code fix uses the current usingDirectivesPlacement setting when organizing using directives for any supported diagnostic. This behavior will not correctly handle cases where diagnostic suppressions are used to disable particular instances of SA1200.
To correct this issue, the code fix should operate as though usingDirectivesPlacement were set to ignore when fixing any diagnostic other than SA1200.
Currently the using directives code fix uses the current
usingDirectivesPlacement
setting when organizing using directives for any supported diagnostic. This behavior will not correctly handle cases where diagnostic suppressions are used to disable particular instances of SA1200.To correct this issue, the code fix should operate as though
usingDirectivesPlacement
were set toignore
when fixing any diagnostic other than SA1200.Example code
Operation
Fix all violations of SA1210.
Expected result
Actual result
The text was updated successfully, but these errors were encountered: