|
4 | 4 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
|
5 | 5 |
|
6 | 6 | # 2.87.x
|
| 7 | +* Bump Roslyn to 5.0.0-2.25368.8 (PR: [#8431](https://github.com/dotnet/vscode-csharp/pull/8431)) |
| 8 | + * Simplify stale project handling in hot reload(PR: [#79386](https://github.com/dotnet/roslyn/pull/79386)) |
| 9 | + * Fix static extension method not showing up on enum type(PR: [#79454](https://github.com/dotnet/roslyn/pull/79454)) |
| 10 | + * Update 'use auto property' to respect user options around `this.` for property access.(PR: [#79405](https://github.com/dotnet/roslyn/pull/79405)) |
| 11 | + * Fix make-readonly with spans.(PR: [#79393](https://github.com/dotnet/roslyn/pull/79393)) |
| 12 | + * Change how trailing trivia is preserved in use-auto-prop(PR: [#79425](https://github.com/dotnet/roslyn/pull/79425)) |
| 13 | + * Special case a few well-known immutable types in use-auto-prop(PR: [#79422](https://github.com/dotnet/roslyn/pull/79422)) |
| 14 | + * Preserve comments when switching to auto props(PR: [#79420](https://github.com/dotnet/roslyn/pull/79420)) |
| 15 | + * Support interpolated string handlers in extension blocks(PR: [#78425](https://github.com/dotnet/roslyn/pull/78425)) |
| 16 | + * Offer 'implement interface' when inside a type's body(PR: [#79382](https://github.com/dotnet/roslyn/pull/79382)) |
| 17 | + * EnC support for project level changes(PR: [#79239](https://github.com/dotnet/roslyn/pull/79239)) |
| 18 | + * Ensure generated types come after top level statements(PR: [#79378](https://github.com/dotnet/roslyn/pull/79378)) |
| 19 | + * Allow user to still create a new field/prop when offering to initialize an existing prop(PR: [#79376](https://github.com/dotnet/roslyn/pull/79376)) |
| 20 | + * Fix crash in replace property with methods(PR: [#79358](https://github.com/dotnet/roslyn/pull/79358)) |
| 21 | + * Fix issue offering to remove nullable cast in a ternary expression(PR: [#79355](https://github.com/dotnet/roslyn/pull/79355)) |
| 22 | + * Fix 'use var' with spans(PR: [#79348](https://github.com/dotnet/roslyn/pull/79348)) |
| 23 | + * Fix not offering to remove unnecessary nullable pragmas(PR: [#79356](https://github.com/dotnet/roslyn/pull/79356)) |
| 24 | + * Fix crash in use-null-prop fixer(PR: [#79340](https://github.com/dotnet/roslyn/pull/79340)) |
| 25 | +* Update debugger to v2.86.0(PR: [#8424](https://github.com/dotnet/vscode-csharp/pull/8424)) |
7 | 26 | * Bump Razor to 10.0.0-preview.25368.1 (PR: [#8430](https://github.com/dotnet/vscode-csharp/pull/8430))
|
8 | 27 | * Fixing override completion in VSCode when LSP is enabled (PR: [#12039](https://github.com/dotnet/razor/pull/12039))
|
9 | 28 | * [Cohost] Fix rename and unskip test (PR: [#11952](https://github.com/dotnet/razor/pull/11952))
|
|
0 commit comments