File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-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.58.x
7
+ * Add support for refreshing opened source generated files (PR: [ #7791 ] ( https://github.com/dotnet/vscode-csharp/pull/7791 ) )
8
+ * Update Roslyn to 4.13.0-2.24569.1 (PR: [ #7791 ] ( https://github.com/dotnet/vscode-csharp/pull/7791 ) )
9
+ * Support unbound generic types in 'nameof' operator. (PR: [ #75368 ] ( https://github.com/dotnet/roslyn/pull/75368 ) )
10
+ * Include list of processes that lock file in ` can't write file ` error message (PR: [ #75946 ] ( https://github.com/dotnet/roslyn/pull/75946 ) )
11
+ * Add server side support for refreshing source generated files (PR: [ #75939 ] ( https://github.com/dotnet/roslyn/pull/75939 ) )
7
12
8
13
# 2.57.x
9
14
* Update Razor to 9.0.0-preview.24565.1 (PR: [ #7793 ] )(https://github.com/dotnet/vscode-csharp/pull/7793 )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.13.0-2.24565.3 " ,
40
+ "roslyn" : " 4.13.0-2.24569.1 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24565.1" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments