We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e847ecc commit 7fd9615Copy full SHA for 7fd9615
autoload/OmniSharp/util.vim
@@ -188,6 +188,7 @@ function! OmniSharp#util#GetStartCmd(solution_file) abort
188
endif
189
190
if !has('win32') && !s:is_cygwin() && g:OmniSharp_server_use_mono
191
+ let command = insert(command, '--assembly-loader=strict')
192
let command = insert(command, 'mono')
193
194
0 commit comments