From 6f01352d2e32062d995ef83fc47191443ef809af Mon Sep 17 00:00:00 2001 From: David Barbet Date: Tue, 6 May 2025 14:51:50 -0700 Subject: [PATCH] Update Roslyn 5.0.0-1.25256.5 (#8254) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16787130cf..57020aae20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ * Fix syntax tree creation when modifying source generated documents (#78343) (PR: [#78343](https://github.com/dotnet/roslyn/pull/78343)) # 2.76.x +* Bump Roslyn to 5.0.0-1.25256.5 (PR: [#8254](https://github.com/dotnet/vscode-csharp/pull/8254)) + * Do not parse URIs during LSP serialization/deserialization(PR: [#76691](https://github.com/dotnet/roslyn/pull/76691)) + * Ensure hover markdown for supported platforms uses non-breaking spaces for indentation(PR: [#78405](https://github.com/dotnet/roslyn/pull/78405)) * Bump Razor to 10.0.0-preview.25252.1 (PR: [#8239](https://github.com/dotnet/vscode-csharp/pull/8239)) * If SupportDiagnostics is false then dynamic files don't report diagnostics... (PR: #11807) * Client settings tweaks, and implement VS Code configuration monitoring (PR: #11800) diff --git a/package.json b/package.json index 78d75ada30..68da93ae57 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "workspace" ], "defaults": { - "roslyn": "5.0.0-1.25255.4", + "roslyn": "5.0.0-1.25256.5", "omniSharp": "1.39.12", "razor": "10.0.0-preview.25255.4", "razorOmnisharp": "7.0.0-preview.23363.1",