Omnisharp Errors
I'm trying to get Omnisharp roslyn to run with unity project.
- omnisharp-roslyn [dev] (updated half-way thru this)
- omnisharp-emac [feature-omnisharp-roslyn-support]
This is not a dotnet app
(setq omnisharp-server-executable-path "c:/projects/third-party/omnisharp-roslyn/artifacts/publish/OmniSharp/default/netcoreapp1.0/Omnisharp.exe") M-x omnisharp-start-omnisharp-server
Don't use the `netcoreapp`
Update Omnisharp-roslyn to .NET 4.6
#+BEGINSRC emacs-lisp
(setq omnisharp-server-executable-path "c:/projects/third-party/omnisharp-roslyn/artifacts/publish/OmniSharp/default/net46/Omnisharp.exe") M-x omnisharp-start-omnisharp-server #+ENDSRCn
Known Issue: https://github.com/OmniSharp/omnisharp-roslyn/issues/647
System.NotSupportedException: Must be able aggregate the response to spread them out across all plugins for /typelookup
Apparently it's fixed… https://github.com/OmniSharp/omnisharp-roslyn/issues/356