coc-extensions / coc-omnisharp

OmniSharp integration for coc.nvim
MIT License
118 stars 11 forks source link

The type or namespace 'System' could not be found #35

Closed JJJGGGG closed 3 years ago

JJJGGGG commented 4 years ago

Hi! I just installed the coc-omnisharp extension. I opened an asp.net core file, and i have multiple errors because the linter cannot find some packages. image I didn't know if this applied for a bug, but does anyone have an idea of what is happening?

I can provide more info if needed.

EDIT: OS: Manjaro Linux Dotnet version: dotnet core 3.1.107

eruizc-dev commented 3 years ago

You can workaround this by editing the code a little or reloading with :e. This should be marked as duplicate for #33 .

yatli commented 3 years ago

Thanks, I'll close this one as a dup.