Skip to content

Commit 86970e0

Browse files
authored
Update roslyn version (#8340)
2 parents 4a5475f + ed0ddba commit 86970e0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

66
# 2.82.x
7+
* Bump Roslyn to 5.0.0-1.25302.4 (PR: [#8340](https://github.com/dotnet/vscode-csharp/pull/8340))
8+
* Ensure sln load uses project absolute paths(PR: [#78772](https://github.com/dotnet/roslyn/pull/78772))
9+
* Switch return to continue(PR: [#78781](https://github.com/dotnet/roslyn/pull/78781))
10+
* Fix cast before we unsubscribe(PR: [#78776](https://github.com/dotnet/roslyn/pull/78776))
11+
* Don't refresh dynamic files under a lock(PR: [#78775](https://github.com/dotnet/roslyn/pull/78775))
12+
* Invoke `dotnet run-api` to obtain virtual project(PR: [#78648](https://github.com/dotnet/roslyn/pull/78648))
13+
* Always log language server PID(PR: [#78722](https://github.com/dotnet/roslyn/pull/78722))
14+
* LSP: Fix batch builds for file-based programs and fix `"dotnet.projects.binaryLogPath"` throwing an exception(PR: [#78644](https://github.com/dotnet/roslyn/pull/78644))
15+
* Support local functions in outline/breadcrumbs(PR: [#78605](https://github.com/dotnet/roslyn/pull/78605))
16+
* Fix angle brackets in generics in hover(PR: [#78621](https://github.com/dotnet/roslyn/pull/78621))
717

818
# 2.81.x
919
* Bump Razor to 10.0.0-preview.25279.1 (PR: [#8336](https://github.com/dotnet/vscode-csharp/pull/8336))

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-1.25266.2",
43+
"roslyn": "5.0.0-1.25302.4",
4444
"omniSharp": "1.39.12",
4545
"razor": "10.0.0-preview.25279.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)