Skip to content

Releases: muhammadsammy/free-vscode-csharp

1.24.3

02 Apr 14:03

Choose a tag to compare

Upgrade to 'v1.24.3'

1.24.1

17 Mar 17:34
88c6972

Choose a tag to compare

Update netcoredbg to latest (#36)

1.24.0-PATCH

24 Jan 10:58

Choose a tag to compare

1.24.0-PATCH Pre-release
Pre-release

just testing the publish workflow

1.24.0

23 Jan 13:20

Choose a tag to compare

Fix version number

1.24-testing-ci

23 Jan 13:49
55518a1

Choose a tag to compare

1.24-testing-ci Pre-release
Pre-release

this is just a release for testing ci

1.23.16

12 Oct 12:04

Choose a tag to compare

1.23.16

1.23.14

29 Jul 18:30

Choose a tag to compare

Update to v1.23.14

1.23.13

13 Jul 17:29

Choose a tag to compare

Bump version

1.23.12

26 May 21:24
f696b97

Choose a tag to compare

What's new in 1.23.12

1.23.11

10 Apr 07:28
6e9ba15

Choose a tag to compare

Known Issues in 1.23.11

  • For Mono-based development (e.g. Unity) that requires full .NET framework, you need to set "omnisharp.useGlobalMono": "always". The current value of "auto" will remain "never" until Mono upgrades their bundled MSBuild version.
  • After selecting a solution filter (*.slnf) from the project selector, the solution's name will be displayed in the status bar instead of the filter's.
  • Known limitations with the preview Razor (cshtml) language service to be addressed in a future release:
    • Only ASP.NET Core projects are supported (no support for ASP.NET projects)
    • Error squiggles misaligned for expressions near the start of a new line
    • Emmet based abbreviation expansion is not yet supported (See note in readme for how to enable through your settings.json)
  • There currently is no completion support for package references in csproj files. (#1156)
  • Renaming symbol fails within a file that had recently been renamed without saving changes.
    • As a workaround, make an edit within the file before using Rename Symbol.

1.23.11 (April 9, 2021)

  • Move the global Mono check to the correct place (#4489, PR: #4492)

1.23.10 (April 9, 2021)