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 6
6
- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
7
7
8
8
## Latest
9
+ * Update Roslyn to 4.9.0-1.23525.5 (PR: [ #6595 ] ( https://github.com/dotnet/vscode-csharp/pull/6595 ) )
10
+ * Fix some project loading issues caused by evaluation failures (PR: [ #70496 ] ( https://github.com/dotnet/roslyn/pull/70496 ) )
11
+ * Ensure evaluation diagnostics are logged during project load (PR: [ #70467 ] ( https://github.com/dotnet/roslyn/pull/70467 ) )
12
+ * Include evaluation results in binlogs (PR: [ #70472 ] ( https://github.com/dotnet/roslyn/pull/70472 ) )
13
+ * Fix failure to start language server when pipe name is too long (PR: [ #70492 ] ( https://github.com/dotnet/roslyn/pull/70492 ) )
14
+
15
+ ## 2.8.23
9
16
* Fix various failed requests in razor documents (PR: [ #6580 ] ( https://github.com/dotnet/vscode-csharp/pull/6580 ) )
10
17
* Update Roslyn to 4.9.0-1.23519.13 (PR: [ #6573 ] ( https://github.com/dotnet/vscode-csharp/pull/6573 ) )
11
18
* Filter completion list only with text before cursor (PR: [ #70448 ] ( https://github.com/dotnet/roslyn/pull/70448 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.9.0-1.23519.13 " ,
40
+ "roslyn" : " 4.9.0-1.23525.5 " ,
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