Skip to content

Commit d0b6dd2

Browse files
authored
Merge pull request #7135 from dibarbet/update_roslyn
Update Roslyn to 4.11.0-2.24266.3
2 parents 107a320 + 716648a commit d0b6dd2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 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
722
* XAML IntelliSense for .NET MAUI (Issue: [#565](https://github.com/microsoft/vscode-dotnettools/issues/565))
823
* Controlled by preview feature flag `dotnet.enableXamlToolsPreview` which is on by default
924
* Requires C# Dev Kit and .NET MAUI extensions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"defaults": {
40-
"roslyn": "4.11.0-2.24259.4",
40+
"roslyn": "4.11.0-2.24266.3",
4141
"omniSharp": "1.39.11",
4242
"razor": "7.0.0-preview.24178.4",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)