Skip to content

Commit 01c4eb1

Browse files
committed
Update Roslyn version to 4.11.0-3.24313.9
1 parent a8d8695 commit 01c4eb1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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-3.24313.9 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
8+
* Fix issue serializing exceptions (PR: [#73851](https://github.com/dotnet/roslyn/pull/73851))
9+
* Cache the last string's hash to improve cpu cost in solution load (PR: [#73937](https://github.com/dotnet/roslyn/pull/73937))
10+
* Improve EnC log messages (PR: [#73919](https://github.com/dotnet/roslyn/pull/73919))
11+
* Reduce allocations in PENamespaceSymbol.GetMembers() (PR: [#73794](https://github.com/dotnet/roslyn/pull/73794))
12+
* Change global option change notification to batch all option changes (PR: [#73882](https://github.com/dotnet/roslyn/pull/73882))
13+
* Update msbuild version to 17.3.4 (PR: [#73283](https://github.com/dotnet/roslyn/pull/73283))
14+
* Update XAML tools to 17.11.35013.26 (PR: [#7233](https://github.com/dotnet/vscode-csharp/pull/7233))
15+
* Fixes AutoInsert in MAUI
16+
* Support GUID properties when parsing XAML
17+
* Improve support for x:DataType in MAUI
18+
19+
# 2.34.10
720
* Update Roslyn to 4.11.0-3.24307.2 (PR: [#7211](https://github.com/dotnet/vscode-csharp/pull/7211))
821
* Avoid writing analyzer shadow copies to /tmp/ on Unix (PR: [#73809](https://github.com/dotnet/roslyn/pull/73809))
922
* Fix exponential blowup parsing pathological files (PR: [#73788](https://github.com/dotnet/roslyn/pull/73788))

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-3.24307.2",
40+
"roslyn": "4.11.0-3.24313.9",
4141
"omniSharp": "1.39.11",
4242
"razor": "9.0.0-preview.24311.4",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)