Skip to content

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces

License

Notifications You must be signed in to change notification settings

MykolaBalakin/omnisharp-roslyn

Repository files navigation

omnisharp-roslyn

Mono Build Status Windows Build status

Introduction

OmniSharp-Roslyn is a .NET development platform based on on Roslyn workspaces. It provides project dependencies and language syntax to various IDE and plugins.

OmniSharp-Roslyn is now built with dotnet-cli. It targets both dnxcore50 and dnx451 targets. The dnxcore50 build is self contained, while dnx451 build requires mono (>4.0.1) if it is ran on platform other than Windows.

In addition if you need the HTTP interface and you want to run on Linux, you'll also need to make sure that you have libuv installed.

Use the latest OmniSharp-Roslyn in VS Code

Build

On Windows:
> git checkout troy/use.dotnet
> ./build.ps1

On Linux / Unix:
$ git checkout troy/use.dotnet
$ ./build.sh

You cand find the output under artifacts/publish/<target framework>/. The executable is OmniSharp.exe or OmniSharp.

VS Code

Add following setting to your User Settings or Workspace Settings.

Update path to fit your environment

{
  "csharp.omnisharp": "C:\\code\\omnisharp-roslyn\\artifacts\\publish\\OmniSharp\\dnxcore50\\omnisharp.exe"
}

Issues

Check out the issue tracker https://huboard.com/OmniSharp/omnisharp-roslyn

  1. As of now, the new DotNet project system works on dnxcore50 target framework only. Pending on this change to go into the build.

Help wanted!

Visit https://jabbr.net/#/rooms/omnisharp if you'd like to help out.

About

OmniSharp server (HTTP, STDIO) based on Roslyn workspaces

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Other 0.4%