File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-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
# 2.62.x
7
+ * Update Roslyn to 4.14.0-1.25060.2 (PR: [ #7916 ] ( https://github.com/dotnet/vscode-csharp/pull/7916 ) )
8
+ * Support Extracting method with complex flow control cosntructs in them. (PR: [ #76686 ] ( https://github.com/dotnet/roslyn/pull/76686 ) )
9
+ * Classify the langword attribute value in DocComments (PR: [ #76678 ] ( https://github.com/dotnet/roslyn/pull/76678 ) )
10
+ * Fix FAR/rename with method type parameters (PR: [ #76652 ] ( https://github.com/dotnet/roslyn/pull/76652 ) )
11
+ * Fix assembly load when file path contains URI reserved chars (PR: [ #76617 ] ( https://github.com/dotnet/roslyn/pull/76617 ) )
12
+ * Reduce allocations during checksum creation. (PR: [ #76524 ] ( https://github.com/dotnet/roslyn/pull/76524 ) )
7
13
8
14
# 2.61.x
9
15
* Update Razor to 9.0.0-preview.25052.3 (PR: [ #7904 ] ( https://github.com/dotnet/vscode-csharp/pull/7904 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.13 .0-3.25051.1 " ,
40
+ "roslyn" : " 4.14 .0-1.25060.2 " ,
41
41
"omniSharp" : " 1.39.12" ,
42
42
"razor" : " 9.0.0-preview.25052.3" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments