From 5188356d9f77fd7401004df3bbb4540c92700e2e Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 7 Sep 2026 08:34:42 +1000 Subject: [PATCH 1/4] Update Roslyn to 5.12.0-1.26455.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a55c88e..71b48835a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ # 2.152.x +* Update Roslyn to 5.12.0-1.26455.3 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/)) * 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..3291a7ada 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.26455.3", "omniSharp": "1.39.14", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "18.10.12014.341", From 89a35df2d3c67502d0b83e5131ac01729517fa4e Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 7 Sep 2026 08:35:07 +1000 Subject: [PATCH 2/4] Update changelog with PR number Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b48835a..dd88a7462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ # 2.152.x -* Update Roslyn to 5.12.0-1.26455.3 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/)) +* Update Roslyn to 5.12.0-1.26455.3 (PR: [#9734](https://github.com/dotnet/vscode-csharp/pull/9734)) * 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)) From d384f26e3e0c9e9562944f9707c291618b0e9c0a Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 7 Sep 2026 08:54:40 +1000 Subject: [PATCH 3/4] Update Roslyn version in CHANGELOG.md Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd88a7462..4e40d1639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ # 2.152.x * Update Roslyn to 5.12.0-1.26455.3 (PR: [#9734](https://github.com/dotnet/vscode-csharp/pull/9734)) -* 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)) * Use vscode-uri semantics for parsing URIs (PR: [#83593](https://github.com/dotnet/roslyn/pull/83593)) From 058aba8ea7f763600fb35b7b7cbe423e443915c1 Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 7 Sep 2026 13:53:46 +1000 Subject: [PATCH 4/4] Fix file-based program package restore test --- .../testAssets/slnWithCsproj/src/scripts/Directory.Build.props | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/src/scripts/Directory.Build.props b/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/src/scripts/Directory.Build.props index 028c8dee3..c5ee797a3 100644 --- a/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/src/scripts/Directory.Build.props +++ b/test/lsptoolshost/integrationTests/testAssets/slnWithCsproj/src/scripts/Directory.Build.props @@ -2,5 +2,6 @@ $(MSBuildThisFileDirectory) + false \ No newline at end of file