Skip to content

Releases: dotnet/vscode-csharp

v1.25.1-beta1

27 Jul 16:37
5b25ff5

Choose a tag to compare

v1.25.1-beta1 Pre-release
Pre-release

v1.25.0

20 May 22:02
745c352

Choose a tag to compare

Announcement: The C# extension no longer ships with an included Mono & MSBuild Tools

.NET Framework builds of OmniSharp no longer ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we have changed the default value of omnisharp.useModernNet to true.

If you still need Unity or .NET Framework support, you can set omnisharp.useModernNet to false in your VS Code settings and restart OmniSharp.

See issue #5120 for more details.

Changes

v1.24.5-beta1

28 Apr 16:20
7b1f541

Choose a tag to compare

v1.24.5-beta1 Pre-release
Pre-release

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

  • coreclr debug configuration should support input variables for envFile (#5102, PR: #5189)
  • Low-hanging nullable fruit (PR: #5186)
  • Fix .net6 OmniSharp acquisition on Linux arm64 (PR: #5172)

v1.24.4

11 Apr 17:54
2d3d83e

Choose a tag to compare

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

  • Remove inlayHints from diff view (PR: #5151)
  • Quote arguments containing spaces when launching OmniSharp (#5150, PR: #5154)

v1.24.4-beta1

05 Apr 00:45
4f7084d

Choose a tag to compare

v1.24.4-beta1 Pre-release
Pre-release

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

  • Remove inlayHints from diff view (PR: #5151)
  • Quote arguments containing spaces when launching OmniSharp (#5150, PR: #5154)

v1.24.3

01 Apr 20:10
4729846

Choose a tag to compare

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

  • Fix OmniSharp not found issue on Mono (#5140, PR: #5141)

v1.24.2

01 Apr 12:56
36cd48a

Choose a tag to compare

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

v1.24.2-beta3

30 Mar 00:35
7689b0d

Choose a tag to compare

v1.24.2-beta3 Pre-release
Pre-release

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

v1.24.2-beta2

24 Mar 01:01
e316b14

Choose a tag to compare

v1.24.2-beta2 Pre-release
Pre-release

Announcement: Planned removal of the included Mono & MSBuild Tools

In the future .NET Framework builds of OmniSharp will not ship with Mono or the MSBuild tooling (See announcement omnisharp-roslyn#2339). To ensure that the C# extension remains usable out of the box for .NET SDK projects, we will be changing the default value of omnisharp.useModernNet to true.

See issue #5120 for more details.

Changes

v1.24.2-beta1

19 Mar 17:34
65799d3

Choose a tag to compare

v1.24.2-beta1 Pre-release
Pre-release
  • Quote launch paths when necessary (#5099, PR: #5101)
  • Debounce diagnostic requests (#5085, PR: #5089)
  • Add AnalyzeOpenDocumentsOnly (PR: #5088)