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 5
5
- [ O# Parity] Nuget restore [ #5725 ] ( https://github.com/dotnet/vscode-csharp/issues/5725 )
6
6
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
7
7
8
+ ## Next (Replace once current release version is generated)
9
+ * Update Roslyn to 4.9.0-1.23530.4 (PR: [ #6603 ] ( https://github.com/dotnet/vscode-csharp/pull/6603 ) )
10
+ * Enable NuGet restore commands ` dotnet.restore.all ` and ` dotnet.restore.project ` (PR: [ #70588 ] ( https://github.com/dotnet/roslyn/pull/70588 ) )
11
+ * Fix issue where server did not reload projects after NuGet restore (PR: [ #70602 ] ( https://github.com/dotnet/roslyn/pull/70602 ) )
12
+
8
13
## Latest
9
14
* Update Roslyn to 4.9.0-1.23525.5 (PR: [ #6595 ] ( https://github.com/dotnet/vscode-csharp/pull/6595 ) )
10
15
* Fix some project loading issues caused by evaluation failures (PR: [ #70496 ] ( https://github.com/dotnet/roslyn/pull/70496 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.9.0-1.23525.5 " ,
40
+ "roslyn" : " 4.9.0-1.23530.4 " ,
41
41
"omniSharp" : " 1.39.10" ,
42
42
"razor" : " 7.0.0-preview.23516.2" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments