OmniSharp/omnisharp-emacs

Omnisharp MSBuild Error

Thanatos0173 opened this issue · 0 comments

Hello,

I'm currently trying to setup my spacemacs for csharp, so I have naturally decided to install Omnisharp.

However, when I start the Omnisharp server, nothing happend (autocompletion, errpor flychecking, ect.) Moreover, the omnisharp-log sed this error :

Omnisharp.MSBuild.ProjectLoader: This project targets .NET version that requires reference assemblies that do not ship with OmniSharp out of the box (e.g .NET Framework). The most common solution is to make sure mono is installed on your machine and that OmniSharp is started with that Mono installation (e.g. "omnisharp.useGlobalMono":"always" in C# Extension for VS Code).

Of course, I have mono installed.