From 356342e156c7349240b57d8177653c328a72c1c3 Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 14 Jul 2025 08:41:50 +1000 Subject: [PATCH 1/2] Bump Razor to 10.0.0-preview.25360.2 --- CHANGELOG.md | 21 ++++++++++++++++++--- package.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e213782f..cfa0a9be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,24 @@ * Merge 'extension operators' into 'main'(PR: [#79151](https://github.com/dotnet/roslyn/pull/79151)) * Extensions: interceptors(PR: [#79010](https://github.com/dotnet/roslyn/pull/79010)) * Small but trivial allocation improvement in FileWatchedReferenceFactory.StopWatchingReference(PR: [#79140](https://github.com/dotnet/roslyn/pull/79140)) - * Slight allocation reduction in CommandLineParser.FlattenArgs(PR: [#79139](https://github.com/dotnet/roslyn/pull/79139)) -* Fix promptForDevKitDebugConfigurations without CDK installed(PR: [#8390](https://github.com/dotnet/vscode-csharp/pull/8390)) -* Remove Razor ForceRuntimeCodeGeneration flag(PR: [#8398](https://github.com/dotnet/vscode-csharp/pull/8398)) + * Slight allocation reduction in CommandLineParser.FlattenArgs (PR: [#79139](https://github.com/dotnet/roslyn/pull/79139)) +* Fix promptForDevKitDebugConfigurations without CDK installed (PR: [#8390](https://github.com/dotnet/vscode-csharp/pull/8390)) +* Remove Razor ForceRuntimeCodeGeneration flag (PR: [#8398](https://github.com/dotnet/vscode-csharp/pull/8398)) +* Bump Razor to 10.0.0-preview.25329.6 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/)) + * Use snippet InsertText in directive attributes to insert equals and quotes (PR: [#12010](https://github.com/dotnet/razor/pull/12010)) + * Fix edit mapping for Html documents (PR: [#12027](https://github.com/dotnet/razor/pull/12027)) + * Don't show HTML snippets in style, script, or html comment blocks (PR: [#12021](https://github.com/dotnet/razor/pull/12021)) + * Allow our VS Code extension to report telemetry (through Roslyn) (PR: [#12015](https://github.com/dotnet/razor/pull/12015)) + * Hard code ForceRuntimeCodeGeneration feature flag in all cases (PR: [#12007](https://github.com/dotnet/razor/pull/12007)) + * Report cohost status in initialize telemetry (PR: [#12001](https://github.com/dotnet/razor/pull/12001)) + * Implement "Extract to Foo.razor.css" code action (PR: [#11989](https://github.com/dotnet/razor/pull/11989)) + * Filter all html diagnostics out if they're reported in a comment (PR: [#12002](https://github.com/dotnet/razor/pull/12002)) + * Analyzer redirector (PR: [#11972](https://github.com/dotnet/razor/pull/11972)) + * Partial fix for https://github.com/dotnet/vscode-csharp/issues/7678 (PR: [#11681](https://github.com/dotnet/razor/pull/11681)) + * Simplify tag to self-closing code action (PR: [#11802](https://github.com/dotnet/razor/pull/11802)) + * Bind directive attribute `event` parameter HTML event completions (PR: [#11804](https://github.com/dotnet/razor/pull/11804)) + * Allow Razor completion items on deletion (PR: [#11991](https://github.com/dotnet/razor/pull/11991)) + # 2.85.x * Bump Roslyn to 5.0.0-1.25326.2 (PR: [#8386](https://github.com/dotnet/vscode-csharp/pull/8386)) diff --git a/package.json b/package.json index 8edeb5382..309ebe4b1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "defaults": { "roslyn": "5.0.0-1.25358.1", "omniSharp": "1.39.12", - "razor": "10.0.0-preview.25329.6", + "razor": "10.0.0-preview.25360.2", "razorOmnisharp": "7.0.0-preview.23363.1", "xamlTools": "17.14.36106.43" }, From 5ebeb49d2dabf984ee027ef7320350669b78154a Mon Sep 17 00:00:00 2001 From: David Wengier Date: Mon, 14 Jul 2025 10:05:03 +1000 Subject: [PATCH 2/2] Real PR number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa0a9be9..db1faec73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ * Slight allocation reduction in CommandLineParser.FlattenArgs (PR: [#79139](https://github.com/dotnet/roslyn/pull/79139)) * Fix promptForDevKitDebugConfigurations without CDK installed (PR: [#8390](https://github.com/dotnet/vscode-csharp/pull/8390)) * Remove Razor ForceRuntimeCodeGeneration flag (PR: [#8398](https://github.com/dotnet/vscode-csharp/pull/8398)) -* Bump Razor to 10.0.0-preview.25329.6 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/)) +* Bump Razor to 10.0.0-preview.25329.6 (PR: [#8413](https://github.com/dotnet/vscode-csharp/pull/8413)) * Use snippet InsertText in directive attributes to insert equals and quotes (PR: [#12010](https://github.com/dotnet/razor/pull/12010)) * Fix edit mapping for Html documents (PR: [#12027](https://github.com/dotnet/razor/pull/12027)) * Don't show HTML snippets in style, script, or html comment blocks (PR: [#12021](https://github.com/dotnet/razor/pull/12021))