I have Empty line count between groups set to 0. If there are some blank lines between Imports section and namespace declaration, these lines are left.
How it is now after Organize Members:
Visual BasicImports System.IO
Imports System.Text
Namespace Client
End Namespace
How it should be after Organize Members:
Visual BasicImports System.IO
Imports System.Text
Namespace Client
End Namespace