Skip to content

zhuoyikang/omnisharp-roslyn

 
 

Repository files navigation

omnisharp-roslyn

Mono Build Status Windows Build status

Introduction

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

OmniSharp-Roslyn is built with the .NET Core SDK. It targets both netcoreapp1.1 and net46 target frameworks. The netcoreapp1.1 build is self contained, while net46 build requires mono (>=4.8.0) if it is run on a 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.

Using the latest OmniSharp-Roslyn with VS Code

Building

On Windows:

> git checkout dev
> ./build.ps1

On Linux / Unix:

$ git checkout dev
$ ./build.sh

You can find the output under artifacts/publish/OmniSharp/<runtime id>/<target framework>/.

The executable is either OmniSharp.exe or OmniSharp.

For more details, see Build.

VS Code

Add the following setting to your User Settings or Workspace Settings.

{
  "omnisharp.path": "<Path to the omnisharp executable>"
}

Help wanted!

We have slack room as well. Get yourself invited: here

About

OmniSharp based on roslyn workspaces

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • Other 1.1%