File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# 2.88.x
7
7
* Enable Razor Cohosting "on" by default (PR: [ #8469 ] ( https://github.com/dotnet/vscode-csharp/pull/8469 ) )
8
- * Bump Roslyn to 5.0.0-2.25404.8 (PR: [ #] ( https://github.com/dotnet/vscode-csharp/pull/ ) )
8
+ * Bump Roslyn to 5.0.0-2.25405.5 (PR: [ #8493 ] ( https://github.com/dotnet/vscode-csharp/pull/8493 ) )
9
9
* Fix file-based programs getting stuck in the host workspace(PR: [ #79730 ] ( https://github.com/dotnet/roslyn/pull/79730 ) )
10
10
* Fixed irregular spacing between list items(PR: [ #79388 ] ( https://github.com/dotnet/roslyn/pull/79388 ) )
11
11
* Introduce helper to ensure span mapping is consistent everywhere(PR: [ #79729 ] ( https://github.com/dotnet/roslyn/pull/79729 ) )
34
34
* Fix 'this' keyword not being recomended where allowed(PR: [ #79514 ] ( https://github.com/dotnet/roslyn/pull/79514 ) )
35
35
* Fix 'switch' keyword recomendations after an expression(PR: [ #79515 ] ( https://github.com/dotnet/roslyn/pull/79515 ) )
36
36
* Suggest proper 'Async'-suffixed name for Task-returning symbols(PR: [ #79518 ] ( https://github.com/dotnet/roslyn/pull/79518 ) )
37
+ * Locate usable MSBuild when launching .NET Core BuildHost (PR: [ #79494 ] ( https://github.com/dotnet/roslyn/pull/79494 )
37
38
* Bump Razor to 10.0.0-preview.25403.1 (PR: [ #8485 ] ( https://github.com/dotnet/vscode-csharp/pull/8485 ) )
38
39
* Cache MEF composition in OOP and VS Code (PR: [ #12041 ] ( https://github.com/dotnet/razor/pull/12041 ) )
39
40
* Make cohost formatting honour C# formatting options (PR: [ #12042 ] ( https://github.com/dotnet/razor/pull/12042 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-2.25404.8 " ,
43
+ "roslyn" : " 5.0.0-2.25405.5 " ,
44
44
"omniSharp" : " 1.39.14" ,
45
45
"razor" : " 10.0.0-preview.25403.1" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments