Skip to content

Releases: OmniSharp/omnisharp-roslyn

v1.9-beta23

31 Jan 02:16
Compare
Choose a tag to compare
v1.9-beta23 Pre-release
Pre-release

Rough change log:

  • Support --loglevel command-line argument (#714)
  • Support resolving #r references from the GAC (#721)
  • Include System.ValueTuple in C# scripts (#722)
  • Updated OmniSharp .NET Core builds to netcoreapp1.1 (#725)
  • Respect nowarn in project.json projects (#734)
  • Improvements to logging (#737)
  • Update to latest .NET Core SDKs for latest VS 2017 RC (#738)
  • Fix xUnit and Nunit unit test feature detection when unit tests are in nested classes (#739)
  • Fix to support C# projects in .sln files that are added via .NET CLI commands (#741)

v1.9-beta22

16 Dec 23:18
Compare
Choose a tag to compare
v1.9-beta22 Pre-release
Pre-release

This release makes major changes to how MSBuild is used for .NET Core and .NET Desktop projects. OmniSharp now includes MSBuild plus relevant SDKs.

v1.9-beta21

13 Dec 22:20
Compare
Choose a tag to compare
v1.9-beta21 Pre-release
Pre-release
  • Scripting revamp! OmniSharp now targets Roslyn for scripting rather than ScriptCS. (#659)
  • Support for running and debugging NUnit tests (#683)
  • Fix null references in /typelookup end point (#690)
  • Fix signature help for constructors (#701)

v1.9-beta20

23 Nov 17:19
Compare
Choose a tag to compare
v1.9-beta20 Pre-release
Pre-release
  • Update to latest version of Roslyn (2.0.0-rc) (#676)
  • Allow OmniSharp to target C# 7 (#663 and #664)
  • Fix spacing around <paramref /> in XML doc comments (#670)
  • Improve /typelookup end point to provide better display for nested types and other symbols. (#665)
  • Fix NullReferenceException that could be thrown in /autocomplete end point (#674)
  • Dramatically improve project search in DotNetProjectSystem (#673)

v1.9-beta19

26 Oct 18:22
Compare
Choose a tag to compare
v1.9-beta19 Pre-release
Pre-release
  • Upgrade from .NET 4.5.1 to .NET 4.6
  • Add (back) support for Windows 32-bit

v1.9-beta18

10 Oct 20:26
Compare
Choose a tag to compare
v1.9-beta18 Pre-release
Pre-release
  • Support added to specify C# formatting options in omnisharp.json: #649.

v1.9-beta17

07 Oct 15:19
Compare
Choose a tag to compare
v1.9-beta17 Pre-release
Pre-release

The biggest change in this release is moving the .NET Core flavors of OmniSharp to NetCore.App 1.0, which should allow them to run on Linux kernel >= 4.6.2 (a607e7d)

v1.9-beta16

28 Sep 00:15
Compare
Choose a tag to compare
v1.9-beta16 Pre-release
Pre-release
  • Add a couple of configuration options to make it easier to test MSBuild-based .NET Core projects: 4ca7f7f and 2af2a8c.
  • Improve performance GetCodeActions endpoint: 8fceea9

v1.9-beta15

18 Sep 13:36
Compare
Choose a tag to compare
v1.9-beta15 Pre-release
Pre-release

Improvements to OmniSharp MSBuild project system:

  • It is now possible to launch OmniSharp on directory containing .csproj files (or within its subdirectories) without an .sln file.

v1.9-beta14

27 Aug 18:45
Compare
Choose a tag to compare
v1.9-beta14 Pre-release
Pre-release

Fix --encoding switch to apply to both stdin and stdout.