diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5423fdd4..db6e453bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # Latest +* Update Roslyn to 4.11.0-1.24225.5 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>)) + * 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..d10d070a3e 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.5", "omniSharp": "1.39.11", "razor": "7.0.0-preview.24178.4", "razorOmnisharp": "7.0.0-preview.23363.1",