Skip to content

Releases: dotnet/vscode-csharp

v1.21.17

11 Apr 17:26
e0fb745

Choose a tag to compare

  • Updated Razor support (PR:#3696)
    • Razor support for <text> tag completions.
    • Ability to restart the Razor Language Server to activate changes to the razor.trace level.
    • Bug fixes and performance improvements.
  • Support for <RunAnalyzers /> and <RunAnalyzersDuringLiveAnalysis /> (PR: omnisharp-roslyn/#1739)
  • Add typeparam documentation comments to text description (#3516, PR: omnisharp-roslyn/#1749)
  • Tag #region blocks appropriately in the block structure service (#2621, PR: omnisharp-roslyn/#1748)

v1.21.16

26 Mar 17:23
3df235d

Choose a tag to compare

v1.21.15

20 Mar 01:03

Choose a tag to compare

  • Fixed freezing and unresponsiveness when opening folder with many nested sub-folders (PR: #3681)
  • Fixed handling of dismiss response to assets prompt (PR: 3678)

v1.21.14

10 Mar 23:55
237da87

Choose a tag to compare

v1.21.13

26 Feb 23:56
68982b5

Choose a tag to compare

  • Change Marketplace publisher for the C# extension from ms-vscode to ms-dotnettools
  • Ignore diagnostics from virtual files (aspnetcore/#18927, PR: #3592)
  • Detect and create Blazor WASM launch and debug settings (aspnetcore/#17549, PR: #3593)
  • Updated Razor support (PR:3594)
    • Support for @code/@functions block formatting
    • Updated Razor's TextMate grammar to include full syntactic colorization
    • Several bug fixes

v1.21.12

19 Feb 22:07
c86226e

Choose a tag to compare

v1.21.11

05 Feb 19:54
4ca5155

Choose a tag to compare

  • Updated the bundled to Mono 6.8.0 and MSBuild to be copied from Mono 6.8.0 (omnisharp-roslyn/#1693, PR: omnisharp-roslyn/#1697)
  • Included NugetSDKResolver in the minimal MSBuild, which introduces support for Nuget based project SDKs like Arcade (omnisharp-roslyn/#1678, PR: omnisharp-roslyn/#1696)
  • Added option (csharp.supressBuildAssetsNotification) to surpress missing build asset notifications (PR:#3538)
  • The minimum Mono version required to run OmniSharp on has been increased to 6.4.0

v1.21.10

28 Jan 01:12
708a433

Choose a tag to compare

  • Updated Razor support (PR:#3524)
    • Added quick info (hover) support for TagHelper and Blazor components. You can now hover over TagHelpers, Components and their attributes to understand what associated C# type you're hovering over in addition to an attributes expected value type.
    • Migrated Razor's project understanding from the VSCode extension into the Language Server. This enables the language server to reboot without extra assistance (reliability) from an LSP client and also enables future Razor LSP clients to have richer functionality with less "work".
    • Added C# light bulbs to enable users to "Fully Qualify" members that are causing errors.
    • Expanded Razor's TextMate grammar colorization support to understand email addresses and await foreach.
    • Several bug fixes
  • Updated Debugger support (PR:#3515)
    • Added option to search the NuGet.org Symbol Server (#3150)
    • Added options to control logging Process and Thread exits while debugging (#3184)
  • Fixed a bug where completion items didn't decode symbols corectly (impacted, for example, object initializer completion quality) (#3465, PR:omnisharp-roslyn/#1670)
  • Updated to MsBuild 16.4.0 on Linux/MacOS (PR:omnisharp-roslyn/#1669)
  • Added support for implement type options - it is now possible to define whether code-fix/refactoring generated properties should be auto- or throwing-properties and at which place in the class should newly generated members be inserted. They can be set via OmniSharp configuration, such as omnisharp.json file. (PR: omnisharp-roslyn/#1672)
  • Added support for organizing usings on format. This can be set via OmniSharp configuration, such as omnisharp.json file. (PR:omnisharp-roslyn/#1686)
  • Improved support for .NET Core 3.1

v1.21.9

12 Dec 20:01
b2fd1a4

Choose a tag to compare

v1.21.8

21 Nov 23:45
9f1da5f

Choose a tag to compare

  • Update Razor to work for 3.1 SDKs (PR:#3406)
  • Support plugins configuration in omnisharp.json (PR:omnisharp-roslyn/#1615)
  • Improved support for .NET Core 3.1