|
38 | 38 | * Change override completion to select text after updating the buffer. (PR: [#76983](https://github.com/dotnet/roslyn/pull/76983))
|
39 | 39 | * Fix false positive 'Unnecessary assignment of a value' (PR: [#77297](https://github.com/dotnet/roslyn/pull/77297))
|
40 | 40 |
|
41 |
| -# 2.68.x |
| 41 | +# 2.68.46 |
42 | 42 | * Update Razor to 9.0.0-preview.25125.9 (PR: [#8027](https://github.com/dotnet/vscode-csharp/pull/8027))
|
43 | 43 | * Don't send invalid ranges for diagnostics if they do not map (PR: [#11555](https://github.com/dotnet/razor/pull/11555))
|
44 | 44 | * Fix file path service, and integration tests (PR: [#11556](https://github.com/dotnet/razor/pull/11556))
|
|
47 | 47 | * Bump xamlTools to 17.14.35828.13 (PR: [#8032](https://github.com/dotnet/vscode-csharp/pull/8032))
|
48 | 48 | * Ignore preview versions when locating the .NET runtime (PR: [#8043](https://github.com/dotnet/vscode-csharp/pull/8043))
|
49 | 49 |
|
50 |
| -# 2.67.x |
| 50 | +# 2.67.20 |
51 | 51 | * Update Razor to 9.0.0-preview.25125.9 (PR: [#8027](https://github.com/dotnet/vscode-csharp/pull/8027))
|
52 | 52 | * Don't send invalid ranges for diagnostics if they do not map (PR: [#11555](https://github.com/dotnet/razor/pull/11555))
|
53 | 53 | * Fix file path service, and integration tests (PR: [#11556](https://github.com/dotnet/razor/pull/11556))
|
|
98 | 98 | * Update the debugger to 2.66.0 (PR: [#7988](https://github.com/dotnet/vscode-csharp/pull/7988))
|
99 | 99 | * Fix the regular expression to read RID value. (PR: [#7994](https://github.com/dotnet/vscode-csharp/pull/7994))
|
100 | 100 |
|
101 |
| -# 2.65.x |
| 101 | +# 2.65.29 |
102 | 102 | * Update Roslyn LSP to run on .NET 9 (PR: [#7946](https://github.com/dotnet/vscode-csharp/pull/7946))
|
103 | 103 | * Update Roslyn to 4.14.0-2.25106.12 (PR: [#7969](https://github.com/dotnet/vscode-csharp/pull/7969))
|
104 | 104 | * Maintain whitespace when converting to switch expression (PR: [#77083](https://github.com/dotnet/roslyn/pull/77083))
|
|
114 | 114 | * Bump Razor (PR: [#7940](https://github.com/dotnet/vscode-csharp/pull/7940))
|
115 | 115 | * Bump xamltools to 17.14.35807.11(PR: [#7976]( https://github.com/dotnet/vscode-csharp/pull/7976))
|
116 | 116 |
|
117 |
| -# 2.64.x |
| 117 | +# 2.64.7 |
118 | 118 | * Bump xamlTools to 17.14.35730.156 (PR: [#7932](https://github.com/dotnet/vscode-csharp/pull/7941))
|
119 | 119 |
|
120 |
| -# 2.63.x |
| 120 | +# 2.63.32 |
121 | 121 | * Bump xamlTools to 17.14.35723.260 (PR: [#7932](https://github.com/dotnet/vscode-csharp/pull/7941))
|
122 | 122 | * CSS Hot Reload for MAUI Blazor Hybrid is now in preview. It's enabled when C# Hot Reload is enabled.
|
123 | 123 | * Update Roslyn to 4.14.0-1.25074.7 (PR: [#7942](https://github.com/dotnet/vscode-csharp/pull/7942))
|
|
185 | 185 | * Handful of performance fixes (PR: [#11399](https://github.com/dotnet/razor/pull/11399))
|
186 | 186 | * Use the overload that takes an immutable array in serailization (PR: [#11393](https://github.com/dotnet/razor/pull/11393))
|
187 | 187 |
|
188 |
| -# 2.62.x |
| 188 | +# 2.62.18 |
189 | 189 | * Update Roslyn to 4.14.0-1.25060.2 (PR: [#7916](https://github.com/dotnet/vscode-csharp/pull/7916))
|
190 | 190 | * Support Extracting method with complex flow control cosntructs in them. (PR: [#76686](https://github.com/dotnet/roslyn/pull/76686))
|
191 | 191 | * Classify the langword attribute value in DocComments (PR: [#76678](https://github.com/dotnet/roslyn/pull/76678))
|
|
195 | 195 | * Bump xamlTools to 17.13.35709.178 (PR: [#7914](https://github.com/dotnet/vscode-csharp/pull/7914))
|
196 | 196 |
|
197 | 197 |
|
198 |
| -# 2.61.x |
| 198 | +# 2.61.28 |
199 | 199 | * Update Razor to 9.0.0-preview.25052.3 (PR: [#7904](https://github.com/dotnet/vscode-csharp/pull/7904))
|
200 | 200 | * Offer generate handler for `@bind-XX:after` and `:set` (PR: [#11350](https://github.com/dotnet/razor/pull/11350))
|
201 | 201 | * Support "Generate Event Handler" on event callbacks (ie `ValueChanged` and friends) (PR: [#11347](https://github.com/dotnet/razor/pull/11347))
|
|
243 | 243 | * Bump xamltools to 17.13.35703.12 (PR: [#7893](https://github.com/dotnet/vscode-csharp/pull/7893))
|
244 | 244 | * Don't try to send dynamicInfoChanged if the server isn't running (PR: [#7875](https://github.com/dotnet/vscode-csharp/pull/7875))
|
245 | 245 |
|
246 |
| -# 2.60.x |
| 246 | +# 2.60.26 |
247 | 247 | * Improve performance of razor/blazor component discovery (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826))
|
248 | 248 | * Update Razor to 9.0.0-preview.24605.1 (PR: [#7826](https://github.com/dotnet/vscode-csharp/pull/7826))
|
249 | 249 | * New Code Action! Add a code action to promote a using directive (PR: [#11241](https://github.com/dotnet/razor/pull/11241))
|
|
459 | 459 | * Fix `FormattingContext` disposal (PR: [#10887](https://github.com/dotnet/razor/pull/10887))
|
460 | 460 | * Fix #10891 - Formatting does not respect indentation within Razor comment blocks (PR: [#10893](https://github.com/dotnet/razor/pull/10893))
|
461 | 461 |
|
462 |
| -# 2.50.25 |
| 462 | +# 2.50.27 |
463 | 463 | * Update Roslyn to 4.13.0-1.24477.2 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
|
464 | 464 | * Use MSBuild globs to determine which file changes are relevant (PR: [#75139](https://github.com/dotnet/roslyn/pull/75139))
|
465 | 465 | * Allow `<code>` in DocComments to render as a block in Hover response (PR: [#75215](https://github.com/dotnet/roslyn/pull/75215))
|
|
0 commit comments