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 66- Debug from .csproj and .sln [ #5876 ] ( https://github.com/dotnet/vscode-csharp/issues/5876 )
77
88## 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
916* Fix various failed requests in razor documents (PR: [ #6580 ] ( https://github.com/dotnet/vscode-csharp/pull/6580 ) )
1017* Update Roslyn to 4.9.0-1.23519.13 (PR: [ #6573 ] ( https://github.com/dotnet/vscode-csharp/pull/6573 ) )
1118 * 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 3737 }
3838 },
3939 "defaults" : {
40- "roslyn" : " 4.9.0-1.23519.13 " ,
40+ "roslyn" : " 4.9.0-1.23525.5 " ,
4141 "omniSharp" : " 1.39.10" ,
4242 "razor" : " 7.0.0-preview.23516.2" ,
4343 "razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments