|
3 | 3 | - Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
|
4 | 4 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
|
5 | 5 |
|
| 6 | +# 2.69.x |
| 7 | +* Bump razor to 9.0.0-preview.25156.2 (PR: [#8047](https://github.com/dotnet/vscode-csharp/pull/8047)) |
| 8 | + * Enable FUSE by default |
| 9 | + * Improve solution load performance (#11591) (PR: [#11591](https://github.com/dotnet/razor/pull/11591)) |
| 10 | + * Make logging fall into the pit of success (#11581) (PR: [#11581](https://github.com/dotnet/razor/pull/11581)) |
| 11 | +* Bump xamlTools to 17.14.35904.287 (PR: [#8042](https://github.com/dotnet/vscode-csharp/pull/8042)) |
| 12 | +* Update Roslyn to 4.14.0-3.25156.1 (PR: [#8049](https://github.com/dotnet/vscode-csharp/pull/8049)) |
| 13 | + * Don't use an implicit-object if the lang version doesn't support it (PR: [#77437](https://github.com/dotnet/roslyn/pull/77437)) |
| 14 | + * Fix issue where we were changing semantics when converting to a collection expr. (PR: [#77417](https://github.com/dotnet/roslyn/pull/77417)) |
| 15 | + * Detect and emit more idiomatic null check patterns (PR: [#77412](https://github.com/dotnet/roslyn/pull/77412)) |
| 16 | + * Partial events and constructors: IDE (PR: [#77337](https://github.com/dotnet/roslyn/pull/77337)) |
| 17 | + * Simplify keyword recommenders. (PR: [#77396](https://github.com/dotnet/roslyn/pull/77396)) |
| 18 | + * Remove async/await (PR: [#77397](https://github.com/dotnet/roslyn/pull/77397)) |
| 19 | + * Preserve encoding during DocumentState updates (PR: [#77354](https://github.com/dotnet/roslyn/pull/77354)) |
| 20 | + * Don't realize the SourceText in SyntaxTree.OverlapsHiddenPosition if not needed (PR: [#77334](https://github.com/dotnet/roslyn/pull/77334)) |
| 21 | + * Handle ModuleCancellationTokenExpression in AbstractFlow visitor (PR: [#77310](https://github.com/dotnet/roslyn/pull/77310)) |
| 22 | + * PERF: Reduce the number of nodes walked during import completion commit. (PR: [#77305](https://github.com/dotnet/roslyn/pull/77305)) |
| 23 | + * Allow expression body refactorings on non empty selections (PR: [#76969](https://github.com/dotnet/roslyn/pull/76969)) |
| 24 | + * Partial events and constructors: public API (PR: [#77202](https://github.com/dotnet/roslyn/pull/77202)) |
| 25 | + * Refresh diagnostics when fading options change (PR: [#77322](https://github.com/dotnet/roslyn/pull/77322)) |
| 26 | + * Reduce allocations during completion in FilterToVisibleAndBrowsableSymbols (PR: [#77315](https://github.com/dotnet/roslyn/pull/77315)) |
| 27 | + * Change override completion to select text after updating the buffer. (PR: [#76983](https://github.com/dotnet/roslyn/pull/76983)) |
| 28 | + * Fix false positive 'Unnecessary assignment of a value' (PR: [#77297](https://github.com/dotnet/roslyn/pull/77297)) |
| 29 | + |
6 | 30 | # 2.68.x
|
7 | 31 | * Update Razor to 9.0.0-preview.25125.9 (PR: [#8027](https://github.com/dotnet/vscode-csharp/pull/8027))
|
8 | 32 | * Don't send invalid ranges for diagnostics if they do not map (#11555) (PR: [#11555](https://github.com/dotnet/razor/pull/11555))
|
|
0 commit comments