File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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$" ,
You can’t perform that action at this time.
0 commit comments