Skip to content

Releases: dotnet/vscode-csharp

v1.3.0-beta2

20 Jul 17:39

Choose a tag to compare

v1.3.0-beta2 Pre-release
Pre-release

This release fixes several issues:

  • Launch.json and tasks.json files are properly generated for nested projects.
  • Duplicate diagnostics should no longer be reported.
  • Diagnostics should be refreshed after packages are restored.

v1.3.0-beta1

18 Jul 22:26

Choose a tag to compare

v1.3.0-beta1 Pre-release
Pre-release

This release adds support for dual OmniSharps, depending on the type of project being opened.

  • For project.json, the .NET Core version of OmniSharp will be acquired and launched.
  • For .csproj/.sln (on Windows), the .NET 4.5.1 version of OmniSharp will be acquired and launched.
  • For .csproj/.sln (on macOS/Linux), the Mono version of OmniSharp will be acquired and launched. Note that this requires mono version 4.0.1 or later.

v1.2.2

08 Jul 17:21

Choose a tag to compare

Fixes OmniSharp installation on RHEL

v1.2.1

30 Jun 23:43

Choose a tag to compare

Merge pull request #520 from OmniSharp/master

Merge master -> release

v1.2.0

30 Jun 00:11

Choose a tag to compare

What's new in 1.2:

  • Support for new Linux versions: Ubuntu 16.04, Fedora 23, openSUSE 13.2, and Oracle Linux 7.1
  • Enhanced debug console output: module loads are now output, and there are launch.json options for controlling what is output
  • Source file checksum support for breakpoints. This ensures that the debugger only sets breakpoints in code that exactly matches the open document.
  • Support for editing the value of variables in the watch and locals window (requires VS Code 1.3)

v1.1.7

27 Jun 14:19

Choose a tag to compare

Add initial support (partially working) for .csproj-based projects.

v1.1.6

14 Jun 20:46

Choose a tag to compare

v1.1.6 Pre-release
Pre-release

1.1.6 includes the work from 1.1.5, plus these additions:

  • Provides primitives needed for Docker debugging
  • Resolves an issue where myget.org feeds could be hit while downloading the debugger

v1.1.5

06 Jun 20:46

Choose a tag to compare

This is the first 1.1-based C# extension released to the gallery. Here is what is new in v1.1:

  • Preliminary support for dotnet test
  • Fix for OmniSharp installation problems on networks with an http proxy
  • Debugger support for an external console
  • Debugger support for environment variables
  • Support for debugging .NET Core 1.0.0 post RC2 builds
  • Automatic web vs. console debugger configuration detection
  • Detach support
  • Fix expression evaluation errors when referencing assemblies which aren't currently loaded
  • Fix expression evaluation on Win7

v1.1 Preview #2

02 Jun 00:40

Choose a tag to compare

v1.1 Preview #2 Pre-release
Pre-release

This is a preview of the next release of the C# extension (v1.1). Here is what is new in v1.1:

  • Preliminary support for dotnet test
  • Fix for OmniSharp installation problems on networks with an http proxy
  • Debugger support for an external console
  • Debugger support for environment variables
  • Support for debugging .NET Core 1.0.0 post RC2 builds
  • Automatic web vs. console debugger configuration detection
  • Detach support
  • Fix expression evaluation errors when referencing assemblies which aren't currently loaded

Preview of next C# extension release

31 May 17:48

Choose a tag to compare

Pre-release

This build contains several updates:

  • Update to use v1.9-beta4 release of OmniSharp (#387)
  • Preliminary support for dotnet test (#382)
  • Fixes for installation problems when using (#350)