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