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
However it doesn't show up in omnisharp-roslyn with current version. Reason behind this is project DefaultNamespace that is null, it should be set up during project creation/updates.
3.x roslyn introduced sync namespace refactoring dotnet/roslyn#14341
However it doesn't show up in omnisharp-roslyn with current version. Reason behind this is project DefaultNamespace that is null, it should be set up during project creation/updates.
Method to make it is currently internal http://source.roslyn.io/#Microsoft.CodeAnalysis.Workspaces/Workspace/Solution/Solution.cs,e596842b39b5f5f9
Heres proof of concept that after invoking that method via reflection it works as expected
Changes required for previous setup savpek@614d2e0
Roslyn issue: dotnet/roslyn#35173
The text was updated successfully, but these errors were encountered: