File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-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-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
7
20
* Update Roslyn to 4.11.0-3.24307.2 (PR: [ #7211 ] ( https://github.com/dotnet/vscode-csharp/pull/7211 ) )
8
21
* Avoid writing analyzer shadow copies to /tmp/ on Unix (PR: [ #73809 ] ( https://github.com/dotnet/roslyn/pull/73809 ) )
9
22
* Fix exponential blowup parsing pathological files (PR: [ #73788 ] ( https://github.com/dotnet/roslyn/pull/73788 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.11.0-3.24307.2 " ,
40
+ "roslyn" : " 4.11.0-3.24313.9 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24311.4" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments