File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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
# Latest
7
+ * Update Roslyn to 4.13.0-1.24525.2 (PR: [ #7694 ] ( https://github.com/dotnet/vscode-csharp/pull/7694 ) )
8
+ * Fix error message spelling (PR: [ #75601 ] ( https://github.com/dotnet/roslyn/pull/75601 ) )
9
+ * Improve diagnostic performance by re-using results if diagnostic data is the same (PR: [ #75587 ] ( https://github.com/dotnet/roslyn/pull/75587 ) )
10
+ * Improve performance in checksum computation (PR: [ #75479 ] ( https://github.com/dotnet/roslyn/pull/75479 ) )
7
11
* Bumped xamlTools to 17.13.35422.31 (PR: [ #7685 ] ( https://github.com/dotnet/vscode-csharp/pull/7685 ) )
8
12
* Update Razor to 9.0.0-preview.24524.4 (PR: [ #7692 ] ( https://github.com/dotnet/vscode-csharp/pull/7692 ) )
9
13
* Roslyn Tokenizer (#11086 ) (PR: [ #11086 ] ( https://github.com/dotnet/razor/pull/11086 ) )
Original file line number Diff line number Diff line change 37
37
}
38
38
},
39
39
"defaults" : {
40
- "roslyn" : " 4.13.0-1.24518.1 " ,
40
+ "roslyn" : " 4.13.0-1.24525.2 " ,
41
41
"omniSharp" : " 1.39.11" ,
42
42
"razor" : " 9.0.0-preview.24524.4" ,
43
43
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments