File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-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.72.x
7
+ * Update Roslyn to 4.14.0-3.25178.1 (PR: [ #8103 ] ( https://github.com/dotnet/vscode-csharp/pull/8103 ) )
8
+ * Merge ` null conditional assignment ` to main (PR: [ #77867 ] ( https://github.com/dotnet/roslyn/pull/77867 ) )
9
+ * Merge ` features/extensions ` into ` main ` (PR: [ #77851 ] ( https://github.com/dotnet/roslyn/pull/77851 ) )
10
+ * Set the default namespace for the project and proper folders for documents (PR: [ #77787 ] ( https://github.com/dotnet/roslyn/pull/77787 ) )
11
+ * Fix move to namespace offering for primary constructor (PR: [ #77751 ] ( https://github.com/dotnet/roslyn/pull/77751 ) )
12
+ * Rework analyzer assembly loading (PR: [ #77004 ] ( https://github.com/dotnet/roslyn/pull/77004 ) )
13
+ * Improve raw string completion (PR: [ #77742 ] ( https://github.com/dotnet/roslyn/pull/77742 ) )
14
+ * Avoid adding duplicate suppressors to the host analyzer arrays (PR: [ #77062 ] ( https://github.com/dotnet/roslyn/pull/77062 ) )
15
+ * Cleanup and make semantic token processing and testing code more consistent (PR: [ #77684 ] ( https://github.com/dotnet/roslyn/pull/77684 ) )
16
+ * Fix generation of attribute with array constant (PR: [ #77661 ] ( https://github.com/dotnet/roslyn/pull/77661 ) )
7
17
8
18
# 2.71.x
9
19
* Bump xamlTools to 17.14.35920.284 (PR: [ #8083 ] ( https://github.com/dotnet/vscode-csharp/pull/8083 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.14.0-3.25164.3 " ,
40
+ "roslyn" : " 4.14.0-3.25178.1 " ,
41
41
"omniSharp" : " 1.39.12" ,
42
42
"razor" : " 9.0.0-preview.25161.2" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments