File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
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.85.x
7+ * Bump Roslyn to 5.0.0-1.25326.2 (PR: [ #8386 ] ( https://github.com/dotnet/vscode-csharp/pull/8386 ) )
8+ * Fix nullable oblivious quick info (PR: [ #79102 ] ( https://github.com/dotnet/roslyn/pull/79102 ) )
9+ * Clear provider on disposal (PR: [ #79128 ] ( https://github.com/dotnet/roslyn/pull/79128 ) )
10+ * Improve performance of fix all that only changes syntax (PR: [ #79108 ] ( https://github.com/dotnet/roslyn/pull/79108 ) )
11+ * Convert to regular constructor for partial types (PR: [ #79092 ] ( https://github.com/dotnet/roslyn/pull/79092 ) )
12+ * Fix roslyn test modifiers in semantic tokens (PR: [ #79070 ] ( https://github.com/dotnet/roslyn/pull/79070 ) )
13+ * Fix restore for 'dotnet run app.cs' in IDE (PR: [ #78990 ] ( https://github.com/dotnet/roslyn/pull/78990 ) )
14+ * Bump Razor to 10.0.0-preview.25329.6 (PR: [ #8392 ] ( https://github.com/dotnet/vscode-csharp/pull/8392 ) )
15+ * Fix formatting issue with code block opening braces (PR: [ #11969 ] ( https://github.com/dotnet/razor/pull/11969 ) )
16+
617# 2.84.x
718* Bump Roslyn to 5.0.0-1.25319.11 (PR: [ #8380 ] ( https://github.com/dotnet/vscode-csharp/pull/8380 ) )
819 * Preserve trailing directives when converting a Program.Main program to top level statements. (#79062 ) (PR: [ #79062 ] ( https://github.com/dotnet/roslyn/pull/79062 ) )
Original file line number Diff line number Diff line change 4040 " workspace"
4141 ],
4242 "defaults" : {
43- "roslyn" : " 5.0.0-1.25319.11 " ,
43+ "roslyn" : " 5.0.0-1.25326.2 " ,
4444 "omniSharp" : " 1.39.12" ,
45- "razor" : " 10.0.0-preview.25322.1 " ,
45+ "razor" : " 10.0.0-preview.25329.6 " ,
4646 "razorOmnisharp" : " 7.0.0-preview.23363.1" ,
4747 "xamlTools" : " 17.14.36106.43"
4848 },
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.84 " ,
3+ "version" : " 2.85 " ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/release$" ,
66 " ^refs/heads/prerelease$" ,
You can’t perform that action at this time.
0 commit comments