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
The new behavior after #8 was not as I expected it: It still allows global usings together with types in the global namespace. Good enough for now, but should probably be improved.
Would it be a better idea to have SA1402 allow global usings outside of a namespace and add anoher rule to make sure global usings are organized in a maintainable way, e.g. that files containing global usings should only contain that?