From 6ce58417e5768da91e30e5ef2d37edc7e0b5a7da Mon Sep 17 00:00:00 2001 From: David Barbet Date: Thu, 25 Apr 2024 12:43:42 -0700 Subject: [PATCH] Update Roslyn version to 4.11.0-1.24225.10 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5423fdd4..a4b81eef80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # Latest +* Update Roslyn to 4.11.0-1.24225.10 (PR: [#7069](https://github.com/dotnet/vscode-csharp/pull/7069)) + * Separate document diagnostics into multiple buckets to improve diagnostics performance (PR: [#73073](https://github.com/dotnet/roslyn/pull/73073)) + * Improve performance of diagnostics when analysis is set to fullSolution (PR: [#73201](https://github.com/dotnet/roslyn/pull/73201)) + * updated Telemetry to 17.11.8 and Utilities.Internal to 16.3.73 (PR: [#73107](https://github.com/dotnet/roslyn/pull/73107)) + * Fix issue where file watchers for Razor documents were not created (PR: [#73077](https://github.com/dotnet/roslyn/pull/73077)) * Upgrade Debugger for 2.19.18 Release (PR: [#7060](https://github.com/dotnet/vscode-csharp/pull/7060)) * Textmate: fix Razor expression classification inside of HTML tags using injection (PR: [#7055](https://github.com/dotnet/vscode-csharp/pull/7055)) * Textmate: fix Razor expression classification inside of HTML tags (PR: [#7051](https://github.com/dotnet/vscode-csharp/pull/7051)) diff --git a/package.json b/package.json index 2e1489a4b2..6f361c93a9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ } }, "defaults": { - "roslyn": "4.11.0-1.24209.10", + "roslyn": "4.11.0-1.24225.10", "omniSharp": "1.39.11", "razor": "7.0.0-preview.24178.4", "razorOmnisharp": "7.0.0-preview.23363.1",