Releases: dotnet/vscode-csharp
Releases · dotnet/vscode-csharp
v2.0.357
v2.0.356
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
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
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
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
v1.25.9
v1.25.8
v1.25.7
v1.25.6
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)
- Automatically trust ASP.NET Core HTTPS development certificate (PR: #5589)
- Improve outline to be less verbose (PR: #5536)
- Update Razor TextMate grammar (PR: #5570)