Skip to content

Commit 5363302

Browse files
authored
Merge pull request #6389 from dibarbet/update_roslyn
Update Roslyn
2 parents a62858c + 4a89cee commit 5363302

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
99

1010
## Latest
11+
* Update Roslyn version (PR: [#6389](https://github.com/dotnet/vscode-csharp/pull/6389))
12+
* Remove diagnostic source name (PR: [#69939](https://github.com/dotnet/roslyn/pull/69939))
13+
* Fix fold all regions (PR: [#69817](https://github.com/dotnet/roslyn/pull/69817))
14+
* Fix escaping and wrapping in hover (PR: [#69893](https://github.com/dotnet/roslyn/pull/69893))
15+
* Fix error in override completion when containing type does not exist (PR: [#69855](https://github.com/dotnet/roslyn/pull/69855))
16+
* Fix issues generating assets in Omnisharp (PR: [#6380](https://github.com/dotnet/vscode-csharp/pull/6380))
17+
* Allow Razor to format new documents via Roslyn (PR: [#6329](https://github.com/dotnet/vscode-csharp/pull/6329))
18+
* Switch to named pipes for client <-> server communication (PR: [#6351](https://github.com/dotnet/vscode-csharp/pull/6351))
19+
* Only show clr debugger if on Windows (PR: [#6359](https://github.com/dotnet/vscode-csharp/pull/6359))
1120
* Update Razor version to 7.0.0-preview.23456.2 (PR: [#6304](https://github.com/dotnet/vscode-csharp/pull/6304))
1221
* Fixes regression where semantic colors for razor components appear as red
1322
* Make completion complex text edits more robust (PR: [#6325](https://github.com/dotnet/vscode-csharp/pull/6325))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"defaults": {
40-
"roslyn": "4.8.0-3.23463.5",
40+
"roslyn": "4.8.0-3.23468.1",
4141
"omniSharp": "1.39.7",
4242
"razor": "7.0.0-preview.23456.2",
4343
"razorOmnisharp": "7.0.0-preview.23363.1"

0 commit comments

Comments
 (0)