|
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 | | -# Latest |
| 6 | +# 2.52.x |
| 7 | +* Add miscellaneous file open notifications (PR: [#7652](https://github.com/dotnet/vscode-csharp/pull/7652)) |
| 8 | +* Require at least version 8.0.10 of the .net runtime (PR: [#7651](https://github.com/dotnet/vscode-csharp/pull/7651)) |
| 9 | +* Warn when the active file is not part of the open workspace (PR: [#7628](https://github.com/dotnet/vscode-csharp/pull/7628)) |
| 10 | +* Update debugger to 2.52.0 (PR: [#7648](https://github.com/dotnet/vscode-csharp/pull/7648)) |
| 11 | +* Ensure Razor is initialized when project loaded outside of the workspace (PR: [#7645](https://github.com/dotnet/vscode-csharp/pull/7645)) |
| 12 | +* Update Roslyn to 4.13.0-1.24511.1 (PR: [#7628](https://github.com/dotnet/vscode-csharp/pull/7628)) |
| 13 | + * Add a WorkspaceKind property to ProjectContext. (PR: [#75384](https://github.com/dotnet/roslyn/pull/75384)) |
| 14 | + * Convert more lambda rude edits to runtime rude edits (PR: [#75285](https://github.com/dotnet/roslyn/pull/75285)) |
| 15 | +* Bumped xamlTools to 17.12.35403.211 (PR: [#7629](https://github.com/dotnet/vscode-csharp/pull/7629)) |
| 16 | + |
| 17 | +# 2.51.17 |
7 | 18 | * Update Roslyn to 4.13.0-1.24503.11 (PR: [#7618](https://github.com/dotnet/vscode-csharp/pull/7618)) |
8 | 19 | * LSP hover responses escape backticks within inline code (PR: [#75364](https://github.com/dotnet/roslyn/pull/75364)) |
9 | 20 | * Localize build host message output (PR: [#74910](https://github.com/dotnet/roslyn/pull/74910)) |
|
24 | 35 | * Fix `FormattingContext` disposal (PR: [#10887](https://github.com/dotnet/razor/pull/10887)) |
25 | 36 | * Fix #10891 - Formatting does not respect indentation within Razor comment blocks (PR: [#10893](https://github.com/dotnet/razor/pull/10893)) |
26 | 37 |
|
27 | | -# 2.50.x |
| 38 | +# 2.50.25 |
28 | 39 | * Update Roslyn to 4.13.0-1.24477.2 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>)) |
29 | 40 | * Use MSBuild globs to determine which file changes are relevant (PR: [#75139](https://github.com/dotnet/roslyn/pull/75139)) |
30 | 41 | * Allow <code> in DocComments to render as a block in Hover response (PR: [#75215](https://github.com/dotnet/roslyn/pull/75215)) |
|
34 | 45 | * Support copilot registerRelatedFilesProvider API (PR: [#7605](https://github.com/dotnet/vscode-csharp/pull/7605)) |
35 | 46 | * Update Debugger packages to v2.50.0 (PR: [#7597](https://github.com/dotnet/vscode-csharp/pull/7597)) |
36 | 47 |
|
37 | | -# 2.49.x |
| 48 | +# 2.49.25 |
38 | 49 | * Update Razor to 9.0.0-preview.24467.1 |
39 | 50 | * Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802)) |
40 | 51 | * Bumped xamltools to 17.12.35319.159 (PR: [#7583](https://github.com/dotnet/vscode-csharp/pull/7583)) |
|
45 | 56 | * Do not attempt to report EnC diagnostics for non-host workspaces (PR: [#75138](https://github.com/dotnet/roslyn/pull/75138)) |
46 | 57 | * Allow Razor to get diagnostics for cohosting (PR: [#75102](https://github.com/dotnet/roslyn/pull/75102)) |
47 | 58 | Í |
48 | | -# 2.48.x |
| 59 | +# 2.48.31 |
49 | 60 | * Add signing support to VSIX (PR: [#7490](https://github.com/dotnet/vscode-csharp/pull/7490)) |
50 | 61 | * Update Debugger to v2.47.0 (PR: [#7547](https://github.com/dotnet/vscode-csharp/pull/7547)) |
51 | 62 | * Adds in support for .NET 9 Break for Async User-Unhandled |
|
62 | 73 | * Bump xamltools to 17.12.35311.18 (PR: [#7549](https://github.com/dotnet/vscode-csharp/pull/7549)) |
63 | 74 | * XAML color swatches |
64 | 75 |
|
65 | | -# 2.47.x |
| 76 | +# 2.47.21 |
66 | 77 | * Update Roslyn to 4.12.0-3.24456.2 (PR: [#7525](https://github.com/dotnet/vscode-csharp/pull/7525)) |
67 | 78 | * Avoid BuildHost crash in Mono due to missing types (PR: [#74994](https://github.com/dotnet/roslyn/pull/74994)) |
68 | 79 | * Turn off word suggestions in XAML completions (PR: [#7516](https://github.com/dotnet/vscode-csharp/pull/7516)) |
69 | 80 | * Bump xamltools to 17.12.35305.252 (PR: [#7521](https://github.com/dotnet/vscode-csharp/pull/7521)) |
70 | 81 | * XAML editor enabled various lightbulbs related to x:DataType, BindingContext and Bindings. |
71 | 82 |
|
72 | | -# 2.46.x |
| 83 | +# 2.46.32 |
73 | 84 | * Update Roslyn to 4.12.0-3.24430.2 (PR: [#7496](https://github.com/dotnet/vscode-csharp/pull/7496)) |
74 | 85 | * Bump Razor to 9.0.0-preview.24427.2 (PR: [#7471](https://github.com/dotnet/vscode-csharp/pull/7471)) |
75 | 86 | * Suppress unique ids (#10791) (PR: [#10791](https://github.com/dotnet/razor/pull/10791)) |
|
0 commit comments