Skip to content

Commit 2a0323f

Browse files
committed
Update roslyn to 5.0.0-2.25472.11
1 parent ae33ce5 commit 2a0323f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

66
# 2.93.x
7+
* Bump Roslyn to 5.0.0-2.25472.11 (PR: [#8646](https://github.com/dotnet/vscode-csharp/pull/8646))
8+
* Fix handling edits in types nested in reloadable types(PR: [#80360](https://github.com/dotnet/roslyn/pull/80360))
9+
* Remove CS1998 warning entirely and remove dependent C# code fix providers(PR: [#80144](https://github.com/dotnet/roslyn/pull/80144))
10+
* Only restore based on assets file changes if the actual content changed(PR: [#80341](https://github.com/dotnet/roslyn/pull/80341))
11+
* Fix issue where build artifacts were added in source tree (PR: [#80324](https://github.com/dotnet/roslyn/pull/80324))
12+
* Allow clients to send range ending at the line after the last line in the document(PR: [#80310](https://github.com/dotnet/roslyn/pull/80310))
13+
* Don't show Razor diagnostics in Full Solution Analysis(PR: [#80296](https://github.com/dotnet/roslyn/pull/80296))
14+
* Log project context in which document was found(PR: [#80202](https://github.com/dotnet/roslyn/pull/80202))
715
* Bump Razor to 10.0.0-preview.25469.5 (PR: [#8642](https://github.com/dotnet/vscode-csharp/pull/8642))
816
* Support view components in Go To Def (PR: [#12222](https://github.com/dotnet/razor/pull/12222))
917
* Redirect the older named assembly too (PR: [#12239](https://github.com/dotnet/razor/pull/12239))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"workspace"
4141
],
4242
"defaults": {
43-
"roslyn": "5.0.0-2.25458.10",
43+
"roslyn": "5.0.0-2.25472.11",
4444
"omniSharp": "1.39.14",
4545
"razor": "10.0.0-preview.25469.5",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)