Skip to content

Commit 2e9b134

Browse files
authored
Update roslyn to 5.9.0-1.26279.7 (#9367)
2 parents 7c88d08 + aceec3f commit 2e9b134

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.143.x
7+
* Update Roslyn to 5.9.0-1.26279.7 (PR: [#9367](https://github.com/dotnet/vscode-csharp/pull/9367))
8+
* Log Razor messages to normal LSP log endpoint (PR: [#83935](https://github.com/dotnet/roslyn/pull/83935))
9+
* Don't gate LSP server shutdown on JSON-RPC stream completion (PR: [#83930](https://github.com/dotnet/roslyn/pull/83930))
10+
* Speculative fix for exception formatting collection expression (PR: [#83933](https://github.com/dotnet/roslyn/pull/83933))
11+
* feat: enable move static members up in headless env (PR: [#83696](https://github.com/dotnet/roslyn/pull/83696))
12+
* Fix Razor @{ completion regression in VS Code CSHTML files (PR: [#83919](https://github.com/dotnet/roslyn/pull/83919))
13+
* Report percentage progress during LSP project loading (PR: [#83785](https://github.com/dotnet/roslyn/pull/83785))
714
* .slnx support (PR: [#9286](https://github.com/dotnet/vscode-csharp/pull/9286))
815
* Fix debugger crash with in-memory symbols (PR: [#9335](https://github.com/dotnet/vscode-csharp/pull/9335))
916
* Bump dotnet-sdk from 10.0.202 to 10.0.300 in /msbuild (PR: [#9294](https://github.com/dotnet/vscode-csharp/pull/9294))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"workspace"
4141
],
4242
"defaults": {
43-
"roslyn": "5.8.0-1.26276.4",
43+
"roslyn": "5.9.0-1.26279.7",
4444
"omniSharp": "1.39.14",
4545
"razorOmnisharp": "7.0.0-preview.23363.1",
4646
"xamlTools": "18.7.11727.258"

0 commit comments

Comments
 (0)