|
22 | 22 | * Merge 'extension operators' into 'main'(PR: [#79151](https://github.com/dotnet/roslyn/pull/79151))
|
23 | 23 | * Extensions: interceptors(PR: [#79010](https://github.com/dotnet/roslyn/pull/79010))
|
24 | 24 | * Small but trivial allocation improvement in FileWatchedReferenceFactory.StopWatchingReference(PR: [#79140](https://github.com/dotnet/roslyn/pull/79140))
|
25 |
| - * Slight allocation reduction in CommandLineParser.FlattenArgs(PR: [#79139](https://github.com/dotnet/roslyn/pull/79139)) |
26 |
| -* Fix promptForDevKitDebugConfigurations without CDK installed(PR: [#8390](https://github.com/dotnet/vscode-csharp/pull/8390)) |
27 |
| -* Remove Razor ForceRuntimeCodeGeneration flag(PR: [#8398](https://github.com/dotnet/vscode-csharp/pull/8398)) |
| 25 | + * Slight allocation reduction in CommandLineParser.FlattenArgs (PR: [#79139](https://github.com/dotnet/roslyn/pull/79139)) |
| 26 | +* Fix promptForDevKitDebugConfigurations without CDK installed (PR: [#8390](https://github.com/dotnet/vscode-csharp/pull/8390)) |
| 27 | +* Remove Razor ForceRuntimeCodeGeneration flag (PR: [#8398](https://github.com/dotnet/vscode-csharp/pull/8398)) |
| 28 | +* Bump Razor to 10.0.0-preview.25329.6 (PR: [#](https://github.com/dotnet/vscode-csharp/pull/)) |
| 29 | + * Use snippet InsertText in directive attributes to insert equals and quotes (PR: [#12010](https://github.com/dotnet/razor/pull/12010)) |
| 30 | + * Fix edit mapping for Html documents (PR: [#12027](https://github.com/dotnet/razor/pull/12027)) |
| 31 | + * Don't show HTML snippets in style, script, or html comment blocks (PR: [#12021](https://github.com/dotnet/razor/pull/12021)) |
| 32 | + * Allow our VS Code extension to report telemetry (through Roslyn) (PR: [#12015](https://github.com/dotnet/razor/pull/12015)) |
| 33 | + * Hard code ForceRuntimeCodeGeneration feature flag in all cases (PR: [#12007](https://github.com/dotnet/razor/pull/12007)) |
| 34 | + * Report cohost status in initialize telemetry (PR: [#12001](https://github.com/dotnet/razor/pull/12001)) |
| 35 | + * Implement "Extract to Foo.razor.css" code action (PR: [#11989](https://github.com/dotnet/razor/pull/11989)) |
| 36 | + * Filter all html diagnostics out if they're reported in a comment (PR: [#12002](https://github.com/dotnet/razor/pull/12002)) |
| 37 | + * Analyzer redirector (PR: [#11972](https://github.com/dotnet/razor/pull/11972)) |
| 38 | + * Partial fix for https://github.com/dotnet/vscode-csharp/issues/7678 (PR: [#11681](https://github.com/dotnet/razor/pull/11681)) |
| 39 | + * Simplify tag to self-closing code action (PR: [#11802](https://github.com/dotnet/razor/pull/11802)) |
| 40 | + * Bind directive attribute `event` parameter HTML event completions (PR: [#11804](https://github.com/dotnet/razor/pull/11804)) |
| 41 | + * Allow Razor completion items on deletion (PR: [#11991](https://github.com/dotnet/razor/pull/11991)) |
| 42 | + |
28 | 43 |
|
29 | 44 | # 2.85.x
|
30 | 45 | * Bump Roslyn to 5.0.0-1.25326.2 (PR: [#8386](https://github.com/dotnet/vscode-csharp/pull/8386))
|
|
0 commit comments