Skip to content

Commit 776993b

Browse files
[automated] Merge branch 'main' => 'prerelease' (#8366)
2 parents 4e8064e + 4a83d86 commit 776993b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

6+
# 2.83.x
7+
* Bump Roslyn to 5.0.0-1.25312.6 (PR: [#8364](https://github.com/dotnet/vscode-csharp/pull/8364))
8+
* Fix deadlock if an MSBuild task is writing to stdout(PR: [#78927](https://github.com/dotnet/roslyn/pull/78927))
9+
* Add more ETW events to trace assembly loading(PR: [#78840](https://github.com/dotnet/roslyn/pull/78840))
10+
* Switch behavior of "Go to definition" and "Go to implementation" for partial members(PR: [#78857](https://github.com/dotnet/roslyn/pull/78857))
11+
* Fix await completion in an async iterator(PR: [#78823](https://github.com/dotnet/roslyn/pull/78823))
12+
* Add a fallback path when launching the BuildHost(PR: [#78826](https://github.com/dotnet/roslyn/pull/78826))
13+
* Fix LSP references for using alias(PR: [#78819](https://github.com/dotnet/roslyn/pull/78819))
14+
615
# 2.82.x
716
* Bump Roslyn to 5.0.0-1.25302.10 (PR: [#8347](https://github.com/dotnet/vscode-csharp/pull/8347))
817
* Directly create virtual project when dotnet run-api is missing for now(PR: [#78788](https://github.com/dotnet/roslyn/pull/78788))

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

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.82",
3+
"version": "2.83",
44
"publicReleaseRefSpec": [
55
"^refs/heads/release$",
66
"^refs/heads/prerelease$",

0 commit comments

Comments
 (0)