File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-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.24307.2 (PR: [ #7211 ] ( https://github.com/dotnet/vscode-csharp/pull/7211 ) )
8
+ * Avoid writing analyzer shadow copies to /tmp/ on Unix (PR: [ #73809 ] ( https://github.com/dotnet/roslyn/pull/73809 ) )
9
+ * Fix exponential blowup parsing pathological files (PR: [ #73788 ] ( https://github.com/dotnet/roslyn/pull/73788 ) )
10
+ * Fix serialization of capabilities in onautoinsert (PR: [ #73867 ] ( https://github.com/dotnet/roslyn/pull/73867 ) )
11
+ * Update Debugger Packages to v2.33.0 (PR: [ #7204 ] ( https://github.com/dotnet/vscode-csharp/pull/7204 ) )
12
+
13
+ # 2.33.16
7
14
* Update Roslyn to 4.11.0-3.24304.4 (PR: [ #7191 ] ( https://github.com/dotnet/vscode-csharp/pull/7191 ) )
8
15
* Fix build host when only the .net 6 SDK is installed (PR: [ #73818 ] ( https://github.com/dotnet/roslyn/pull/73818 ) )
9
16
* Bump Razor to 9.0.0-preview.24281.3 (PR: [ #73817 ] ( https://github.com/dotnet/roslyn/pull/73817 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.11.0-3.24304.4 " ,
40
+ "roslyn" : " 4.11.0-3.24307.2 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 7.0.0-preview.24266.1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments