From fe959431fe3b0b9ff8351b13d5a80dfbfd6dee48 Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 10 Nov 2025 10:34:40 +1100 Subject: [PATCH 1/3] Bump Razor to 10.0.0-preview.25557.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 432452073..56ab92dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ * Implement canonical miscellaneous files project loader for non-file-based programs (PR: [#80748](https://github.com/dotnet/roslyn/pull/80748)) * Better handle if a BuildHost process crashes that prevents connection (PR: [#81041](https://github.com/dotnet/roslyn/pull/81041)) * Wait for Html buffer updates before making requests (PR: [#8748](https://github.com/dotnet/vscode-csharp/pull/8748)) +* Bump Razor to 10.0.0-preview.25557.2 (PR: [#8764](https://github.com/dotnet/vscode-csharp/pull/8764)) + * Support Roslyn's custom nested code actions in VS Code (PR: [#12467](https://github.com/dotnet/razor/pull/12467)) + * Format type parameter values as types (PR: [#12448](https://github.com/dotnet/razor/pull/12448)) + * Default the cohosting option in the generator to on. (PR: [#12446](https://github.com/dotnet/razor/pull/12446)) + * Add UnboundDirectiveAttributeAddUsingCodeActionProvider for directive attributes (PR: [#12404](https://github.com/dotnet/razor/pull/12404)) + * Fix edit in one project not being reflected in consuming project (PR: [#12439](https://github.com/dotnet/razor/pull/12439)) # 2.97.x * Add integration test for restore of file-based programs (PR: [#8470](https://github.com/dotnet/vscode-csharp/pull/8470)) diff --git a/package.json b/package.json index 07e247dea..8e8db010e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "defaults": { "roslyn": "5.3.0-2.25557.6", "omniSharp": "1.39.14", - "razor": "10.0.0-preview.25552.2", + "razor": "10.0.0-preview.25557.2", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "18.3.11128.18" }, From 7aaff4deb018491610e9425aaa8a5ba8b2050992 Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 10 Nov 2025 11:01:30 +1100 Subject: [PATCH 2/3] Apply suggestions from code review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ab92dbe..4a86eba0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * Implement canonical miscellaneous files project loader for non-file-based programs (PR: [#80748](https://github.com/dotnet/roslyn/pull/80748)) * Better handle if a BuildHost process crashes that prevents connection (PR: [#81041](https://github.com/dotnet/roslyn/pull/81041)) * Wait for Html buffer updates before making requests (PR: [#8748](https://github.com/dotnet/vscode-csharp/pull/8748)) -* Bump Razor to 10.0.0-preview.25557.2 (PR: [#8764](https://github.com/dotnet/vscode-csharp/pull/8764)) +* Bump Razor to 10.0.0-preview.25557.2 (PR: [#8765](https://github.com/dotnet/vscode-csharp/pull/8765)) * Support Roslyn's custom nested code actions in VS Code (PR: [#12467](https://github.com/dotnet/razor/pull/12467)) * Format type parameter values as types (PR: [#12448](https://github.com/dotnet/razor/pull/12448)) * Default the cohosting option in the generator to on. (PR: [#12446](https://github.com/dotnet/razor/pull/12446)) From 8942d248a6af3d8066a12ed6046262a81f623755 Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 10 Nov 2025 11:53:59 +1100 Subject: [PATCH 3/3] Whitespace --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a86eba0c..bca1c6fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ * Better handle if a BuildHost process crashes that prevents connection (PR: [#81041](https://github.com/dotnet/roslyn/pull/81041)) * Wait for Html buffer updates before making requests (PR: [#8748](https://github.com/dotnet/vscode-csharp/pull/8748)) * Bump Razor to 10.0.0-preview.25557.2 (PR: [#8765](https://github.com/dotnet/vscode-csharp/pull/8765)) - * Support Roslyn's custom nested code actions in VS Code (PR: [#12467](https://github.com/dotnet/razor/pull/12467)) - * Format type parameter values as types (PR: [#12448](https://github.com/dotnet/razor/pull/12448)) - * Default the cohosting option in the generator to on. (PR: [#12446](https://github.com/dotnet/razor/pull/12446)) - * Add UnboundDirectiveAttributeAddUsingCodeActionProvider for directive attributes (PR: [#12404](https://github.com/dotnet/razor/pull/12404)) - * Fix edit in one project not being reflected in consuming project (PR: [#12439](https://github.com/dotnet/razor/pull/12439)) + * Support Roslyn's custom nested code actions in VS Code (PR: [#12467](https://github.com/dotnet/razor/pull/12467)) + * Format type parameter values as types (PR: [#12448](https://github.com/dotnet/razor/pull/12448)) + * Default the cohosting option in the generator to on. (PR: [#12446](https://github.com/dotnet/razor/pull/12446)) + * Add UnboundDirectiveAttributeAddUsingCodeActionProvider for directive attributes (PR: [#12404](https://github.com/dotnet/razor/pull/12404)) + * Fix edit in one project not being reflected in consuming project (PR: [#12439](https://github.com/dotnet/razor/pull/12439)) # 2.97.x * Add integration test for restore of file-based programs (PR: [#8470](https://github.com/dotnet/vscode-csharp/pull/8470)) @@ -129,7 +129,7 @@ # 2.92.x * Bump Razor to 10.0.0-preview.25464.2 (PR: [#8628](https://github.com/dotnet/vscode-csharp/pull/8628)) - * Improve go to definition for mvc tag helpers (PR: [#12216](https://github.com/dotnet/razor/pull/12216)) + * Improve go to definition for mvc tag helpers (PR: [#12216](https://github.com/dotnet/razor/pull/12216)) * Filter CSS024 when caused by C# code in an attribute (PR: [#12209](https://github.com/dotnet/razor/pull/12209)) * Provide more specific information in cohosting failures (PR: [#12193](https://github.com/dotnet/razor/pull/12193)) * Fix renaming file (PR: [#12196](https://github.com/dotnet/razor/pull/12196))