Skip to content

Commit ad2c2fe

Browse files
authored
Update Roslyn 5.0.0-1.25256.5 (#8254)
2 parents c175a09 + 8ad1eb1 commit ad2c2fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

66
# 2.76.x
7+
* Bump Roslyn to 5.0.0-1.25256.5 (PR: [#8254](https://github.com/dotnet/vscode-csharp/pull/8254))
8+
* Do not parse URIs during LSP serialization/deserialization(PR: [#76691](https://github.com/dotnet/roslyn/pull/76691))
9+
* Ensure hover markdown for supported platforms uses non-breaking spaces for indentation(PR: [#78405](https://github.com/dotnet/roslyn/pull/78405))
710
* Bump Razor to 10.0.0-preview.25252.1 (PR: [#8239](https://github.com/dotnet/vscode-csharp/pull/8239))
811
* If SupportDiagnostics is false then dynamic files don't report diagnostics... (PR: #11807)
912
* Client settings tweaks, and implement VS Code configuration monitoring (PR: #11800)

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-1.25252.3",
43+
"roslyn": "5.0.0-1.25256.5",
4444
"omniSharp": "1.39.12",
4545
"razor": "10.0.0-preview.25252.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)