Skip to content

Commit 76f7e15

Browse files
authored
Update Roslyn to 5.0.0-2.25404.8 (#8491)
2 parents c2d6012 + eecaf0a commit 76f7e15

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@
55

66
# 2.88.x
77
* Enable Razor Cohosting "on" by default (PR: [#8469](https://github.com/dotnet/vscode-csharp/pull/8469))
8-
* Bump Roslyn to 5.0.0-2.25375.9 (PR: [#8463](https://github.com/dotnet/vscode-csharp/pull/8463))
8+
* Bump Roslyn to 5.0.0-2.25404.8 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/))
9+
* Fix file-based programs getting stuck in the host workspace(PR: [#79730](https://github.com/dotnet/roslyn/pull/79730))
10+
* Fixed irregular spacing between list items(PR: [#79388](https://github.com/dotnet/roslyn/pull/79388))
11+
* Introduce helper to ensure span mapping is consistent everywhere(PR: [#79729](https://github.com/dotnet/roslyn/pull/79729))
12+
* Fix formatting in use-auto-prop when attributes are present(PR: [#79735](https://github.com/dotnet/roslyn/pull/79735))
13+
* Razor span mapping in LSP for cohosting(PR: [#79677](https://github.com/dotnet/roslyn/pull/79677))
14+
* Handle concurrent requests to update workspace contents and workspace SG info.(PR: [#79628](https://github.com/dotnet/roslyn/pull/79628))
15+
* Update debugger.contracts to 18.0.0-beta.25379.1(PR: [#79661](https://github.com/dotnet/roslyn/pull/79661))
16+
* Fix logging when item counts change in LoadedProject(PR: [#79640](https://github.com/dotnet/roslyn/pull/79640))
17+
* File-based program directive diagnostics in editor(PR: [#79421](https://github.com/dotnet/roslyn/pull/79421))
18+
* Fixup quick info for suppressed nullable operations.(PR: [#79636](https://github.com/dotnet/roslyn/pull/79636))
19+
* Rename Razor source generated documents in all scenarios, and map edits(PR: [#79604](https://github.com/dotnet/roslyn/pull/79604))
20+
* Fix formatting of CDATA sections in quick info(PR: [#79627](https://github.com/dotnet/roslyn/pull/79627))
921
* Add diagnostic provider for clients without dynamic registration(PR: [#77984](https://github.com/dotnet/roslyn/pull/77984))
1022
* Fix eol handling on the last token in a file when formatting code actions(PR: [#79602](https://github.com/dotnet/roslyn/pull/79602))
1123
* Reduce allocations during CommonCompletionItem.Create(PR: [#79591](https://github.com/dotnet/roslyn/pull/79591))

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.0.0-2.25375.9",
43+
"roslyn": "5.0.0-2.25404.8",
4444
"omniSharp": "1.39.12",
4545
"razor": "10.0.0-preview.25403.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)