Releases: dotnet/vscode-csharp
Releases · dotnet/vscode-csharp
v1.3.0-beta2
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
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
Fixes OmniSharp installation on RHEL
v1.2.1
Merge pull request #520 from OmniSharp/master Merge master -> release
v1.2.0
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
Add initial support (partially working) for .csproj-based projects.
v1.1.6
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
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
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