OmniSharp / omnisharp-emacs

Troll coworkers - use Emacs at work for csharp!
GNU General Public License v3.0
512 stars 94 forks source link

Omnisharp MSBuild Error #529

Open Thanatos0173 opened 9 months ago

Thanatos0173 commented 9 months ago

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.