|
24 | 24 |
|
25 | 25 | # 2.93.x |
26 | 26 | * Bump Roslyn to 5.0.0-2.25472.11 (PR: [#8646](https://github.com/dotnet/vscode-csharp/pull/8646)) |
27 | | - * Fix handling edits in types nested in reloadable types(PR: [#80360](https://github.com/dotnet/roslyn/pull/80360)) |
28 | | - * Remove CS1998 warning entirely and remove dependent C# code fix providers(PR: [#80144](https://github.com/dotnet/roslyn/pull/80144)) |
29 | | - * Only restore based on assets file changes if the actual content changed(PR: [#80341](https://github.com/dotnet/roslyn/pull/80341)) |
| 27 | + * Fix handling edits in types nested in reloadable types (PR: [#80360](https://github.com/dotnet/roslyn/pull/80360)) |
| 28 | + * Remove CS1998 warning entirely and remove dependent C# code fix providers (PR: [#80144](https://github.com/dotnet/roslyn/pull/80144)) |
| 29 | + * Only restore based on assets file changes if the actual content changed (PR: [#80341](https://github.com/dotnet/roslyn/pull/80341)) |
30 | 30 | * Fix issue where build artifacts were added in source tree (PR: [#80324](https://github.com/dotnet/roslyn/pull/80324)) |
31 | | - * Allow clients to send range ending at the line after the last line in the document(PR: [#80310](https://github.com/dotnet/roslyn/pull/80310)) |
32 | | - * Don't show Razor diagnostics in Full Solution Analysis(PR: [#80296](https://github.com/dotnet/roslyn/pull/80296)) |
33 | | - * Log project context in which document was found(PR: [#80202](https://github.com/dotnet/roslyn/pull/80202)) |
| 31 | + * Allow clients to send range ending at the line after the last line in the document (PR: [#80310](https://github.com/dotnet/roslyn/pull/80310)) |
| 32 | + * Don't show Razor diagnostics in Full Solution Analysis (PR: [#80296](https://github.com/dotnet/roslyn/pull/80296)) |
| 33 | + * Log project context in which document was found (PR: [#80202](https://github.com/dotnet/roslyn/pull/80202)) |
34 | 34 | * Bump Razor to 10.0.0-preview.25472.6 (PR: [#8639](https://github.com/dotnet/vscode-csharp/pull/8639)) |
35 | 35 | * Support view components in Go To Def (PR: [#12222](https://github.com/dotnet/razor/pull/12222)) |
36 | 36 | * Redirect the older named assembly too (PR: [#12239](https://github.com/dotnet/razor/pull/12239)) |
|
45 | 45 |
|
46 | 46 | # 2.91.x |
47 | 47 | * Bump Roslyn to 5.0.0-2.25458.10 (PR: [#8588](https://github.com/dotnet/vscode-csharp/pull/8588)) |
48 | | - * Move brace adjustment on enter to on auto insert in LSP(PR: [#80075](https://github.com/dotnet/roslyn/pull/80075)) |
49 | | - * Avoid throwing when obsolete overload of GetUpdatesAsync is invoked with empty array(PR: [#80161](https://github.com/dotnet/roslyn/pull/80161)) |
50 | | - * Bump patch version of MSBuild packages(PR: [#80156](https://github.com/dotnet/roslyn/pull/80156)) |
51 | | - * Include category in Hot Reload log messages(PR: [#80160](https://github.com/dotnet/roslyn/pull/80160)) |
| 48 | + * Move brace adjustment on enter to on auto insert in LSP (PR: [#80075](https://github.com/dotnet/roslyn/pull/80075)) |
| 49 | + * Avoid throwing when obsolete overload of GetUpdatesAsync is invoked with empty array (PR: [#80161](https://github.com/dotnet/roslyn/pull/80161)) |
| 50 | + * Bump patch version of MSBuild packages (PR: [#80156](https://github.com/dotnet/roslyn/pull/80156)) |
| 51 | + * Include category in Hot Reload log messages (PR: [#80160](https://github.com/dotnet/roslyn/pull/80160)) |
52 | 52 | * Store client's version for open docs (PR: [#80064](https://github.com/dotnet/roslyn/pull/80064)) |
53 | 53 | * Pass global properties and the binary log path via RPC to BuildHost (PR: [#80094](https://github.com/dotnet/roslyn/pull/80094)) |
54 | 54 | * Don't switch runtime / design time solutions if cohosting is on (PR: [#80065](https://github.com/dotnet/roslyn/pull/80065)) |
|
0 commit comments