Skip to content

Releases: dotnet/vscode-csharp

v2.4.4

02 Oct 17:43
0bc3e91
Compare
Choose a tag to compare

2.4.4

  • Respect dotnet.preferCSharpExtension option (PR: #6390)

v2.3.27

21 Sep 23:53
52562b8
Compare
Choose a tag to compare

Note: This release is to the regular 'release' channel, and includes the changes in v2.2.10 which were only shipped to the pre-release channel.

Changes Since v2.2.10

  • Update Roslyn version to 4.8.0-3.23470.7 (PR: #6408)
    • Update NuGet version to fix issues loading projects with .NET 8 RC2 (PR: #70023)
    • Update MSBuildLocator version to fix issues loading projects when only .NET 6 is installed (PR: #70038)
    • Remove diagnostic source name (PR: #69939)
    • Fix fold all regions (PR: #69817)
    • Fix escaping and wrapping in hover (PR: #69893)
    • Fix error in override completion when containing type does not exist (PR: #69855)
  • Fix issues generating assets in Omnisharp (PR: #6380)
  • Allow Razor to format new documents via Roslyn (PR: #6329)
  • Switch to named pipes for client <-> server communication (PR: #6351)
  • Only show clr debugger if on Windows (PR: #6359)
  • Update Razor version to 7.0.0-preview.23456.2 (PR: #6304)
    • Fixes regression where semantic colors for razor components appear as red
  • Make completion complex text edits more robust (PR: #6325)
  • Fix dotnet info when the dotnet path contains spaces (PR: #6334)
  • Add support for specifying a .runsettings file when using Roslyn LSP (PR: #6265)
  • Update Roslyn version (PR: #6265)
    • Add server support for .runsettings in unit tests (PR: #69792)
    • Log more information when we're unable to parse a URI (PR: #69840)
    • Bump ICSharpCode.Decompiler to 8.1.0.745 (PR: #69772)
    • Fix override completion erroring when framework assemblies are not found (PR: #69795)
  • Remove test only files from vsix (PR: #6332)
  • Fix override completion when drive letter casing does not match (PR: #6315)
  • Allow the server path to be specified by the DOTNET_ROSLYN_SERVER_PATH environment variable (PR: #6316)

v2.2.10

08 Sep 21:58
06b7116
Compare
Choose a tag to compare
v2.2.10 Pre-release
Pre-release

Changes Since v2.1.2

  • Update Roslyn version
    • Includes better support for .NET 8 and .NET Framework-targeting projects (PR: #69616)
      • This should fix a number of reports where projects don't have full IntelliSense. .NET Framework projects on Windows should load without errors. .NET Framework targeting projects on Mac and Linux which would use Mono are still processed as if they are .NET Core projects and may not load correctly; support for Mono is coming in a future update.
    • Fix issues where some projects fail to load being unable to find NuGet.Frameworks (PR: #69824)
  • Update Razor to 7.0.0-preview.23455.5 (PR: #6291)

v2.1.2

08 Sep 18:41
65a6081
Compare
Choose a tag to compare

Changes Since v2.0.436

  • Update Roslyn version (PR: #6264)
    • Upgrade MSBuildLocator to fix homebrew dotnet resolution (PR: #69769)
    • Fix reported ExeName / ExeVersion (PR: #69771)
  • Add 1.x setting names to migrated settings descriptions (PR: #6266)

v2.0.436

30 Aug 21:18
ffb7eaf
Compare
Choose a tag to compare

Changes Since v2.0.416

  • Update Roslyn version (PR: #6245)
    • Fix import completion (PR: #69691)
    • Reduce overhead on semantic token refresh requests (PR: #69690)
  • Localization additions (PR: #6233, #6233, #6206, #6196)
  • Fix specific case where razor formatting no longer worked (PR: #6195)
  • Fix quoting bug in extension paths (PR: #6228)
  • Fix Razor mapping errors in the log (PR: #6209)
  • Add the configuration option for creating binlogs (PR: #6155)
  • Update option changes toast to reload window (PR: #6174)
  • Update Roslyn version (PR: #6205)
    • Add option to capture binlogs for design time builds (PR: #69572)
    • Enable decompilation support (PR: #69501)
    • Fix move type adding to the root folder (PR: #68995)
    • Add support for compilation end diagnostics (PR: #69541)
  • Bump Razor to 7.0.0-preview.23421.4 (PR: #6195)

v2.0.416

28 Aug 20:15
f4b7db4
Compare
Choose a tag to compare

Changes Since v2.0.413

  • Fix UriFormatException during dotnet SDK resolution when symlinks are involved (PR: #6230)

v2.0.413

24 Aug 18:40
58ac5fa
Compare
Choose a tag to compare
  • Update Roslyn version (PR: #6192)
    • Add support for compilation end diagnostics (PR: #69541)
    • Include CodeLens on more types and members (PR: #69608)
    • Improve performance when computing colorization (PR: #69496)
  • Fix dotnet resolver returning incorrect runtime in certain scenarios (PR: #6180)
  • Fix issue resolving .NET 7 runtimes from path (PR: #6175)
  • Fix URI issue when loading Razor files (PR: #6168)
  • Bump Razor to 7.0.0-preview.23417.3 (PR: #6165)
    • Fix various textDocument/foldingRange issues (PR: #9134)
  • Clarify dotnet path option description (PR: #6164)
  • Handle multiple dotnet on path and symlinks (PR: #6152)
  • Localize Roslyn options (PR: #6136)
  • Show a prompt if we have more than one solution file (PR: #6132)

v2.0.399

24 Aug 18:37
0ba29bf
Compare
Choose a tag to compare
v2.0.399 Pre-release
Pre-release
2.0.399 extension release

v2.0.366

24 Aug 18:27
4c022ca
Compare
Choose a tag to compare
v2.0.366 Pre-release
Pre-release
2.0.366 release

v2.0.376

24 Aug 18:27
e6c352a
Compare
Choose a tag to compare
  • Update Roslyn (PR: #6131)
    • Only show toast for project load failures (PR: #69494)
  • Fix enter inserting /// on the incorrect line in documentation comments (PR: #6130)
  • Build extension with node 18 LTS (PR: #6128)
  • Update localized strings (PR: #6129)
  • Fix paths for package.nls.*.json (PR: #6121)
  • Add request to prepare for build diagnostic de-dupping (PR: #6113)
  • Support unit test debugging options in Roslyn LSP (PR: #6110)
  • Fix loading of package.nls.*.json (PR: #6118)
  • Add localization infrastructure to debugger package.json strings (PR: #6088)
  • Adjust C# semantic token scopes to better match 1.26 (PR: #6094)
  • Update Razor to 7.0.0-preview.23410.1 (PR: #6105)
  • Implement razor support for method simplification (PR: #5982)
  • Attempt to find a valid dotnet version from PATH before using runtime installer extension (PR: #6074)
  • Respect background analysis scope option in O# (PR: #6058)
  • Add localization infrastructure to debugger components (PR: #6064)
  • Add coreclr as a search keyword (PR: #6071)