You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
4
4
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
5
5
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
+
6
15
# 2.82.x
7
16
* Bump Roslyn to 5.0.0-1.25302.10 (PR: [#8347](https://github.com/dotnet/vscode-csharp/pull/8347))
8
17
* Directly create virtual project when dotnet run-api is missing for now(PR: [#78788](https://github.com/dotnet/roslyn/pull/78788))
0 commit comments