OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.7k stars 169 forks source link

Support the new O#-roslyn net6.0 server version #746

Closed nickspoons closed 2 years ago

nickspoons commented 2 years ago

This PR adds a new variable g:OmniSharp_server_use_net6 to support the new native dotnet net6.0 server version

nickspoons commented 2 years ago

The net6.0 github actions are failing on some tests, but the net6.0 server is working really well for me in general use. If anyone else could test it that would be much appreciated.

Add let g:OmniSharp_server_use_net6 = 1 to your .vimrc/init.vim and then :OmniSharpInstall

nickspoons commented 2 years ago

Oh the tests were failing because I updated the github action to install .NET6.0 but the example project used .NET3.1 :sweat_smile:. Fixed now by installing both.