|
4 | 4 | - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
|
5 | 5 |
|
6 | 6 | # 2.61.x
|
| 7 | +* Update OmniSharp to 1.39.12 (PR: [#7445](https://github.com/dotnet/vscode-csharp/pull/7445)) |
| 8 | + * Update .NET SDKs (PR: [omnisharp-roslyn/#2621](https://github.com/OmniSharp/omnisharp-roslyn/pull/2621)) |
| 9 | + * Update Roslyn to 4.12.0-1.24358.3 (PR: [omnisharp-roslyn/#2619](https://github.com/OmniSharp/omnisharp-roslyn/pull/2619)) |
| 10 | + * Fix code fix construction (PR: [omnisharp-roslyn/#2620](https://github.com/OmniSharp/omnisharp-roslyn/pull/2620)) |
| 11 | + * Remove NuGet.Packaging.Core, as it's an assembly that only contains forwarders (PR: [omnisharp-roslyn/#2610](https://github.com/OmniSharp/omnisharp-roslyn/pull/2610)) |
| 12 | + * Fix inlay hints lambdas parameter type null reference exception (PR: [omnisharp-roslyn/#2604](https://github.com/OmniSharp/omnisharp-roslyn/pull/2604)) |
| 13 | + * Update SDKs and Roslyn (PR: [omnisharp-roslyn/#2603](https://github.com/OmniSharp/omnisharp-roslyn/pull/2603)) |
| 14 | + * Pass project path when performing a restore (PR: [omnisharp-roslyn/#2593](https://github.com/OmniSharp/omnisharp-roslyn/pull/2593)) |
7 | 15 |
|
8 | 16 | # 2.60.x
|
9 | 17 | * Improve performance of razor/blazor component discovery (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826))
|
|
46 | 54 | * Bump xamltools to 17.13.35606.23 (PR: [#7856](https://github.com/dotnet/vscode-csharp/pull/7856))
|
47 | 55 | * Restore WASM debug hook (#7843) (PR: [#7844](https://github.com/dotnet/vscode-csharp/pull/7844))
|
48 | 56 |
|
49 |
| -# 2.59.x |
| 57 | +# 2.59.14 |
50 | 58 | * Update Roslyn to 4.13.0-3.24577.4 (PR: [#7833](https://github.com/dotnet/vscode-csharp/pull/7833))
|
51 | 59 | * Fix issue where suppressors could not correctly suppress built in analyzers (PR: [#75684](https://github.com/dotnet/roslyn/pull/75684))
|
52 | 60 | * Implement find all references to preprocessing symbols (PR: [#66425](https://github.com/dotnet/roslyn/pull/66425))
|
|
56 | 64 | * The OmniSharp version of `dotnet.dotnetPath` has been migrated to `omnisharp.dotnetPath`
|
57 | 65 | * Bump xamltools to 17.13.35527.19 (PR: [#7831](https://github.com/dotnet/vscode-csharp/pull/7831))
|
58 | 66 |
|
59 |
| -# 2.58.x |
| 67 | +# 2.58.20 |
60 | 68 | * Update Razor to 9.0.0-preview.24569.4 (PR: [#7805](https://github.com/dotnet/vscode-csharp/pull/7805))
|
61 | 69 | * Allow logging level to be changed in rzls (#11228) (PR: [#11228](https://github.com/dotnet/razor/pull/11228))
|
62 | 70 | * [Fuse] bind-Value:attribute support (#11214) (PR: [#11214](https://github.com/dotnet/razor/pull/11214))
|
|
67 | 75 | * Include list of processes that lock file in `can't write file` error message (PR: [#75946](https://github.com/dotnet/roslyn/pull/75946))
|
68 | 76 | * Add server side support for refreshing source generated files (PR: [#75939](https://github.com/dotnet/roslyn/pull/75939))
|
69 | 77 |
|
70 |
| -# 2.57.x |
| 78 | +# 2.57.28 |
71 | 79 | * Update Razor to 9.0.0-preview.24565.1 (PR: [#7793])(https://github.com/dotnet/vscode-csharp/pull/7793)
|
72 | 80 | * Fine tuning of what types of project update affect what state (#11213) (PR: [#11213](https://github.com/dotnet/razor/pull/11213))
|
73 | 81 | * Fix request duration logging (#11198) (PR: [#11198](https://github.com/dotnet/razor/pull/11198))
|
|
89 | 97 | * Fix Razor preview panel button colors to have more visible contrast ratio (PR: [#7766](https://github.com/dotnet/vscode-csharp/pull/7766))
|
90 | 98 | * Bump xamltools to 17.13.35513.19 (PR: [#7777](https://github.com/dotnet/vscode-csharp/pull/7777))
|
91 | 99 |
|
92 |
| -# 2.56.x |
| 100 | +# 2.56.31 |
93 | 101 | * Update Roslyn to 4.13.0-2.24561.3 (PR: [#7765](https://github.com/dotnet/vscode-csharp/pull/7765))
|
94 | 102 | * Update Razor to fix serialization issue loading projects (PR: [#75794](https://github.com/dotnet/roslyn/pull/75794))
|
95 | 103 | * Update Razor to 9.0.0-preview.24557.11 (PR: [#7756](https://github.com/dotnet/vscode-csharp/pull/7756))
|
|
114 | 122 | * Bump xamltools to 17.13.35507.225 (PR: [#7755](https://github.com/dotnet/vscode-csharp/pull/7755))
|
115 | 123 | * XAML IntelliseSense completions for Image.Source
|
116 | 124 |
|
117 |
| -# 2.55.x |
| 125 | +# 2.55.29 |
118 | 126 | * Update Razor to 9.0.0-preview.24557.10 (PR: [#7757](https://github.com/dotnet/vscode-csharp/pull/7757))
|
119 | 127 | * Update VSTelemetryAPI version (#11181) (PR: [#11181](https://github.com/dotnet/razor/pull/11181))
|
120 | 128 | * Update Roslyn to 4.13.0-2.24557.6 (PR: [#7751](https://github.com/dotnet/vscode-csharp/pull/7751))
|
|
146 | 154 | * XAML IntelliseSense completions for ResourceDictionary.Source
|
147 | 155 | * XAML IntelliseSense completions for name properties like Setter.TargetName
|
148 | 156 |
|
149 |
| -# 2.54.x |
| 157 | +# 2.54.20 |
150 | 158 | * Update debugger packages to v2.54.0 (PR: [#7691](https://github.com/dotnet/vscode-csharp/pull/7691))
|
151 | 159 | * Only show misc files warning toast after delay. (PR: [#7689](https://github.com/dotnet/vscode-csharp/pull/7689))
|
152 | 160 | * Update Roslyn to 4.13.0-1.24525.2 (PR: [#7694](https://github.com/dotnet/vscode-csharp/pull/7694))
|
|
168 | 176 | * Including @using for Out-of-Scope Razor Component References (#10651) (PR: [#10651](https://github.com/dotnet/razor/pull/10651))
|
169 | 177 | * Make checkDevCert a modal dialogue (PR: [#7704](https://github.com/dotnet/vscode-csharp/pull/7704))
|
170 | 178 |
|
171 |
| -# 2.53.x |
| 179 | +# 2.53.17 |
172 | 180 | * Update Roslyn to 4.13.0-1.24518.1 (PR: [#7670](https://github.com/dotnet/vscode-csharp/pull/7670))
|
173 | 181 | * Fix issue where server sometimes crashed when saving new C# file for the first time (PR: [#75509](https://github.com/dotnet/roslyn/pull/75509))
|
174 | 182 | * Report LSP loading telemetry (PR: [#75402](https://github.com/dotnet/roslyn/pull/75402))
|
|
189 | 197 | * Don't throw if we get an old/bad Inlay Hint request (PR: [#10968](https://github.com/dotnet/razor/pull/10968))
|
190 | 198 | * Fix on type formatting (PR: [#10949](https://github.com/dotnet/razor/pull/10949))
|
191 | 199 |
|
192 |
| -# 2.52.x |
| 200 | +# 2.52.24 |
193 | 201 | * Add miscellaneous file open notifications (PR: [#7652](https://github.com/dotnet/vscode-csharp/pull/7652))
|
194 | 202 | * Require at least version 8.0.10 of the .net runtime (PR: [#7651](https://github.com/dotnet/vscode-csharp/pull/7651))
|
195 | 203 | * Warn when the active file is not part of the open workspace (PR: [#7628](https://github.com/dotnet/vscode-csharp/pull/7628))
|
|
0 commit comments