Open phromaj opened 1 year ago
There is currently no Mono distribution that ships with MSBuild 17.0.0 so running OmniSharp with Mono does not support .NET 6.0.
For .NET 6.0 you need to use the .NET 6.0 distribution of OmniSharp https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.39.3
Hi, thanks for your response but I'm using this version already.
I do not mean just version 1.39.3. Version 1.39.3 comes in a Mono flavour and in .NET 6.0 flavour (see the files attached to the release).
If you launch .NET 6.0 build of OmniSharp (with .NET SDK not with Mono) it should not have Mono MSBuild locator enabled, so it should not discover Mono at all (which in your case happens).
Hi, I'm trying to make the latest version of omnisharp work on Arch Linux but I stumbled against this error :
Here's my dotnet --info :
Does anyone have an idea?
Thank you.