ASP.NET OmniSharp server is not running on Ubuntu Mono

无人久伴 提交于 2019-12-11 11:54:27

问题


After setting up VS Code, I'm trying to run an ASP.NET 5 project using Visual studio code's command palette on Ubuntu Linux 14.4.

The DNVM installed is for Mono. Following the steps given on VS code's official docs, the project is created with Yeoman scaffolder.

Whenever trying to start the project, I get the following error:

OmniSharp server is not running.

I found some posts when trying to solve this but most seems to be addressing either Console project or are given for OS x:

  • For a Console App
  • This is for debugging not running
  • The output of mono --version shows that it is >3.12:

  • My dnvm is already the latest

I can run the project by using dnx web command from Terminal.

However, my simple question:

  • How do I run ASP.NET 5 on Ubuntu using VS Code?

Side question : Not sure by when the debugging will be supported. Any rumours about the extension will be appreciated.


回答1:


This seems to be a bug with OmniSharp and not specifically with VSCode



来源:https://stackoverflow.com/questions/35068910/asp-net-omnisharp-server-is-not-running-on-ubuntu-mono

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!