File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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.86.x
7
- * Bump Roslyn to 5.0.0-1.25358.1 (PR: [ #8402 ] ( https://github.com/dotnet/vscode-csharp/pull/8402 ) )
7
+ * Bump Roslyn to 5.0.0-1.25361.2 (PR: [ #8416 ] ( https://github.com/dotnet/vscode-csharp/pull/8416 ) )
8
+ * Fix issue with diagnostics when renaming a file (case change only) (PR: [ #79298 ] ( https://github.com/dotnet/roslyn/pull/79298 ) )
9
+ * Allow rename to (optionally) process source generated documents(PR: [ #78984 ] ( https://github.com/dotnet/roslyn/pull/78984 ) )
8
10
* Initial support for adding obsolete attributes to primary constructors(PR: [ #79271 ] ( https://github.com/dotnet/roslyn/pull/79271 ) )
9
11
* Allow the Razor extension to report telemetry (and initialize)(PR: [ #79254 ] ( https://github.com/dotnet/roslyn/pull/79254 ) )
10
12
* Use same location for 'use implicit object' as we do for 'use collection expression'.(PR: [ #79265 ] ( https://github.com/dotnet/roslyn/pull/79265 ) )
Original file line number Diff line number Diff line change 40
40
" workspace"
41
41
],
42
42
"defaults" : {
43
- "roslyn" : " 5.0.0-1.25358.1 " ,
43
+ "roslyn" : " 5.0.0-1.25361.2 " ,
44
44
"omniSharp" : " 1.39.12" ,
45
45
"razor" : " 10.0.0-preview.25329.6" ,
46
46
"razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments