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
Due to the complexity of properly reordering using statements, there is no specific fix for SA1208. There is a fix that will properly order using statements according to the settings provided. This fix covers SA1200, SA1208, SA1209, SA1210, SA1211, SA1216, and SA1217.
The behavior that you are seeing is therefore by design.
My bad, I forgot all about that. It has been fixed indeed, 1.1.0-beta1 contains the fix.
Just verified again to make sure that it is working as it should.
I think this Codefix does more than it should.
When applying this fix all the usings are put into the namespace. This should be handled by SA1200
The text was updated successfully, but these errors were encountered: