diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a55c88e..a1949e461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ # 2.152.x +* Update Roslyn to 5.12.0-1.26461.1 (PR: [#9751](https://github.com/dotnet/vscode-csharp/pull/9751)) + * Track per-project load completion in LanguageServerProjectLoader (PR: [#85107](https://github.com/dotnet/roslyn/pull/85107)) + * LSP 3.18 protocol updates (PR: [#82294](https://github.com/dotnet/roslyn/pull/82294)) + * Forward DOTNET_ROOT and DOTNET_HOST_PATH to BuildHost (PR: [#85195](https://github.com/dotnet/roslyn/pull/85195)) + * Reduce decl/impl split fallbacks: split header-directive and @inject components (PR: [#85069](https://github.com/dotnet/roslyn/pull/85069)) + * Fix FBA restore mismatch issue (PR: [#85204](https://github.com/dotnet/roslyn/pull/85204)) + * Classify parameter discards earlier, syntactically instead of semantically, resolving classification conflict (PR: [#85225](https://github.com/dotnet/roslyn/pull/85225)) * Update Roslyn to 5.12.0-1.26453.19 (PR: [#9731](https://github.com/dotnet/vscode-csharp/pull/9731)) * Allow Razor to supply editorconfig options during code action cleanup (PR: [#85128](https://github.com/dotnet/roslyn/pull/85128)) * Fix completion crash with stale linked documents (PR: [#85134](https://github.com/dotnet/roslyn/pull/85134)) diff --git a/package.json b/package.json index a5af59837..3091a375e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "workspace" ], "defaults": { - "roslyn": "5.12.0-1.26453.19", + "roslyn": "5.12.0-1.26461.1", "omniSharp": "1.39.14", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "18.10.12014.341",