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
When i run Cleanup Code with Fix StyleCop violations enabled all using static directives are converted into normal using directives, resulting in compile errors.
When i run Cleanup Code with Fix StyleCop violations enabled all
using static directives
are converted into normalusing directives
, resulting in compile errors.becomes
The text was updated successfully, but these errors were encountered: