File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 4
4
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
5
5
6
6
# Latest
7
+ * Update Roslyn to 4.11.0-2.24266.3 (PR: [ #<>] ( https://github.com/dotnet/vscode-csharp/pull/<> ) )
8
+ * Various performance improvements and allocation reductions
9
+ * Reduce allocations in retrieving text from parsed trees (PR: [ #73512 ] ( https://github.com/dotnet/roslyn/pull/73512 ) )
10
+ * Improve code action performance (PR: [ #73493 ] ( https://github.com/dotnet/roslyn/pull/73493 ) )
11
+ * Reduce more allocations in formatting. (PR: [ #73487 ] ( https://github.com/dotnet/roslyn/pull/73487 ) )
12
+ * Reduce allocations in formatting. (PR: [ #73475 ] ( https://github.com/dotnet/roslyn/pull/73475 ) )
13
+ * Reduce allocations in simplification (PR: [ #73473 ] ( https://github.com/dotnet/roslyn/pull/73473 ) )
14
+ * Remove array allocations for formatting rules. (PR: [ #73458 ] ( https://github.com/dotnet/roslyn/pull/73458 ) )
15
+ * Optimize suppress operations during formatting. (PR: [ #73456 ] ( https://github.com/dotnet/roslyn/pull/73456 ) )
16
+ * Produce less string allocs while formatting documents (PR: [ #73452 ] ( https://github.com/dotnet/roslyn/pull/73452 ) )
17
+ * Improve memory allocs in interval trees (PR: [ #73451 ] ( https://github.com/dotnet/roslyn/pull/73451 ) )
18
+ * Switch to System.Text.Json serialization in LSP server (PR: [ #73207 ] ( https://github.com/dotnet/roslyn/pull/73207 ) )
19
+ * Add dynamic registration for razor and cshtml files (PR: [ #73369 ] ( https://github.com/dotnet/roslyn/pull/73369 ) )
20
+
21
+ # 2.30.24
7
22
* XAML IntelliSense for .NET MAUI (Issue: [ #565 ] ( https://github.com/microsoft/vscode-dotnettools/issues/565 ) )
8
23
* Controlled by preview feature flag ` dotnet.enableXamlToolsPreview ` which is on by default
9
24
* Requires C# Dev Kit and .NET MAUI extensions
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.11.0-2.24259.4 " ,
40
+ "roslyn" : " 4.11.0-2.24266.3 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 7.0.0-preview.24178.4" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments