Skip to content

Releases: OmniSharp/omnisharp-roslyn

Bug fixes and improvements

16 Aug 21:01
Compare
Choose a tag to compare
Pre-release

A handful of bug fixes have gone in:

  • Fix OS X build to properly link openssl
  • Ensure that Roslyn Workspace events triggered by the OmniSharp server (such as "ProjectChanged") include project information.
  • /codeformat end point can now return text changes

Improve .csproj processing

18 Jul 20:14
Compare
Choose a tag to compare
Pre-release
v1.9-beta12

Merge pull request #609 from razzmatazz/fix-csproj-loading-without-so…

Update to .NET Core 1.0 and add new Linux distros

28 Jun 19:20
Compare
Choose a tag to compare

This release updates package dependencies to .NET Core 1.0 and adds new Linux distros supported by .NET Core:

  • Ubuntu 16.04
  • openSUSE 13.2
  • Fedora 23

Fix MSBuild support

24 Jun 14:33
Compare
Choose a tag to compare
Fix MSBuild support Pre-release
Pre-release
Merge pull request #595 from OmniSharp/troy-msbuild-451

Add net451 MSBuild project system back

Using new Roslyn Completion List API

14 Jun 20:18
Compare
Choose a tag to compare
Pre-release

This release takes advantage of the new Roslyn Completion List API when handling the AutoComplete end point.

And then the platform changes...

10 Jun 00:01
Compare
Choose a tag to compare
Pre-release
Merge pull request #582 from OmniSharp/react-runtime-changes

react to runtime changes

Now with CoreCLR MSBuild

08 Jun 15:18
Compare
Choose a tag to compare
Pre-release

This release includes #581, which changes the MSBuild project system to use the portable CoreCLR-based MSBuild packages.

Streaming diagnostics!

05 Jun 20:36
Compare
Choose a tag to compare
Pre-release
Merge pull request #574 from OmniSharp/streaming-diagnostics-2

Streaming diagnostics

Updated file paths too...

30 May 20:00
Compare
Choose a tag to compare
Pre-release

🐑

Release with fixed deployment!

30 May 19:59
Compare
Choose a tag to compare
Pre-release
Merge pull request #569 from OmniSharp/fix-deployment

Fix deployment