Skip to content

Releases: dotnet/vscode-csharp

v2.0.357

11 Aug 21:28
7830baf
Compare
Choose a tag to compare

This release promotes v2.0.356 to the stable channel, and has all the fixes in v2.0.346 and v2.0.356.

v2.0.356

11 Aug 05:10
7b7da92
Compare
Choose a tag to compare
v2.0.356 Pre-release
Pre-release

Changes since v2.0.346

  • Fix issue with Go to Definition giving a "unable to resolve reference" error (PR: #69453)
  • Fix completion items not correctly adding using statements to the top of the file (PR: #69454)
  • Improve de-duping of project load failure toasts (PR: #69455)
  • Bring VS Code telemetry reporting in DevKit to match log level requirements of VS (PR: #69444)
  • Update Razor to 7.0.0-preview.23410.1 (PR: #6107)

v2.0.346

10 Aug 19:55
1a2711d
Compare
Choose a tag to compare
v2.0.346 Pre-release
Pre-release

Changes Since v2.0.328

  • Change how hint diagnostics are shown so they aren't shown as blue squiggles (PR: #69403)
  • Load projects even if there is no solution file (PR: #6062)
  • Show toast when project loading fails (PR: #6060)
  • Fix misleading lsp server logs (PR: #69378)
  • Add support for code lens enable/disable options to roslyn LSP (PR: #6001)
  • Onboard Localization pipeline (PR: #5990)
  • Enable loading translated strings from razor TS code (PR: #5962)
  • Update typescript and eslint plugin to remove build warning (PR: 6002)
  • Report how the extension was activated (PR: #6043)

v2.0.328

08 Aug 03:31
fccdca6
Compare
Choose a tag to compare

Changes Since v2.0.320

  • Update Roslyn to 4.8.0-1.23403.6 (PR: #6003)
    • Fix issue where the ProcessFrameworkReferences task causes projects to fail to load (PR: [#69354](dotnet/roslyn#69354))
    • Emulate suggestion mode in LSP completion by always soft-selecting (PR: #69327)
  • Updated CHANGELOG.md (PR: #5992)

v2.0.320

08 Aug 03:33
68d5768
Compare
Choose a tag to compare

Changes Since v1.26.1

We are switching to the new Roslyn language server as the default. We recognize that this version doesn’t have full parity with the OmniSharp version. If you need one of these features before we can get to it, you can switch back to OmniSharp by following these instructions.

v1.26.0

22 Jun 15:11
ac2b3a8
Compare
Choose a tag to compare

1.26.0

  • Update OmniSharp to 1.39.7 (PR: #5840)
    • Respond to breaking change in VSCode 1.79.2 in completion (PR:#2542)
    • Use dotnet-cake for build (PR:#2537)
    • Implement LSP CodeAction resolve (PR:#2467)
  • Update debugger to 1.25.8 (PR: #5706)
  • Updates to README, default branch and repo link (PR: #5709)

v1.25.9

06 Jun 15:24
b3fe85c
Compare
Choose a tag to compare

1.25.9

  • Readme updates (PR: #5705)

v1.25.8

30 May 18:18
fd79ea3
Compare
Choose a tag to compare

1.25.8

  • Update Razor to 7.0.0-preview.23258.1 (PR: #5672)
    • Fix issue with Razor attribute hover and Go to Definition (PR: #8653)
    • Fix issue with Razor formatting (PR: #8669)
  • Combine test compile step into normal compile (PR: #5666)

v1.25.7

01 May 18:10
fecf024
Compare
Choose a tag to compare

What's new in 1.25.7

  • Update Razor to 7.0.0-preview.23224.3 (PR: #5660)
    • Fix issue with Razor diagnostics (PR: #8622)

v1.25.6

19 Apr 20:29
5519a48
Compare
Choose a tag to compare
v1.25.6 Pre-release
Pre-release

1.25.6

  • Update Razor to 7.0.0-preview.23213.4 (PR: #5655)
    • Fix serialization issue with project.razor.json files (PR: #8489)

Also includes changes from 1.25.5 (which was not published to the marketplace).

1.25.5

  • Update Razor to 7.0.0-preview.23124.2 (PR: #5604)
    • Fix colorization when nullable operators are present (#5570)
    • Add C#/HTML folding range support (razor#8309)
    • Formatting fixes (razor#8318)
  • Update OmniSharp to 1.39.6 (PR: #5625)
    • Use new VS threading version to match with Razor (PR:#2518)
  • Update OmniSharp to 1.39.5 (PR: #5618)
    • Update to Roslyn 4.6.0-3.23153.5 (PR:#2511)
    • Report to the client if the project being loaded is sdk style (PR:#2502)
  • Automatically trust ASP.NET Core HTTPS development certificate (PR: #5589)
  • Improve outline to be less verbose (PR: #5536)
  • Update Razor TextMate grammar (PR: #5570)