v1.9.0-beta3
Pre-release
Pre-release
- Add support for running and debugging tests in csproj-based .NET Core projects. (#1100)
- Properly handle package references with version ranges in .csproj. (PR: omnisharp-roslyn#814)
- Fix regression with MSBuild project system where a project reference and a binary reference could be added for the same assembly, causing ambiguity errors. (omnisharp-roslyn#795, PR: omnisharp-roslyn#815)
- If VS 2017 is on the current machine, use the MSBuild included with VS 2017 for processing projects. (#1368, PR: omnisharp-roslyn#818)
- New 'omnisharp.waitForDebugger' setting to make it easier to debug the OmniSharp server itself. (PR: #1370)
- Don't offer to generate tasks.json if build task already exists. (PR #1363) (Contributed by @eamodio)