File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-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
# 2.78.x
7
+ * Bump Roslyn to 5.0.0-1.25263.3 (PR: [ #8287 ] ( https://github.com/dotnet/vscode-csharp/pull/8287 ) )
8
+ * File based programs IDE support(PR: [ #78488 ] ( https://github.com/dotnet/roslyn/pull/78488 ) )
9
+ * Gracefully handle span mapping failing(PR: [ #78520 ] ( https://github.com/dotnet/roslyn/pull/78520 ) )
10
+ * Cancel running requests when the connection terminates(PR: [ #78525 ] ( https://github.com/dotnet/roslyn/pull/78525 ) )
11
+ * Cache extension method import info per project ID(PR: [ #78542 ] ( https://github.com/dotnet/roslyn/pull/78542 ) )
12
+ * Fix crash in 'introduce variable' on top-level statements(PR: [ #78507 ] ( https://github.com/dotnet/roslyn/pull/78507 ) )
13
+ * Fix information logs getting logged as debug in VSCode(PR: [ #78522 ] ( https://github.com/dotnet/roslyn/pull/78522 ) )
14
+ * Shorten log category name(PR: [ #78526 ] ( https://github.com/dotnet/roslyn/pull/78526 ) )
15
+ * Reduce allocations during SourceGeneration(PR: [ #78403 ] ( https://github.com/dotnet/roslyn/pull/78403 ) )
16
+ * Fix razor redirect(PR: [ #78448 ] ( https://github.com/dotnet/roslyn/pull/78448 ) )
7
17
* Bump Razor to 10.0.0-preview.25262.1(PR: [ #8283 ] ( https://github.com/dotnet/vscode-csharp/pull/8283 ) )
8
18
* Compiler: Replace SyntaxListBuilder with PooledArrayBuilder<T > and miscellaneous performance tweaks (PR: [ #11841 ] ( https://github.com/dotnet/razor/pull/11841 ) )
9
19
* Allow html requests to be properly cancelled (PR: [ #11829 ] ( https://github.com/dotnet/razor/pull/11829 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-1.25256.5 " ,
43
+ "roslyn" : " 5.0.0-1.25263.3 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
45
"razor" : " 10.0.0-preview.25262.1" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments