From 360599611dff78f9e043cd67bbb7972bf0fbb58c Mon Sep 17 00:00:00 2001 From: deepakrathore33 Date: Mon, 25 Aug 2025 09:17:23 +0000 Subject: [PATCH 1/2] Bump Roslyn to 5.5.5.5.5.5.5.5 --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++- package.json | 4 ++-- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2cc41..27789f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,48 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # 2.89.x -* Bump Roslyn to 5.0.0-2.25412.5 (PR: [#8527](https://github.com/dotnet/vscode-csharp/pull/8527)) +* Bump Roslyn to 5.5.5.5.5.5.5.5 (PR: [#TBD](TBD)) * Don't try to load file based projects unless we get a .cs file(PR: [#79844](https://github.com/dotnet/roslyn/pull/79844)) * Workaround VSCode's lack of support for case sorting in completion(PR: [#79772](https://github.com/dotnet/roslyn/pull/79772)) * Add messages for when design time builds begin and complete(PR: [#79669](https://github.com/dotnet/roslyn/pull/79669)) * Fix renaming of locals in source generated documents(PR: [#79838](https://github.com/dotnet/roslyn/pull/79838)) * Allow Razor to call into codelens(PR: [#79795](https://github.com/dotnet/roslyn/pull/79795)) * Do not report 'no-effect' warning when active top-level code is updated(PR: [#79746](https://github.com/dotnet/roslyn/pull/79746)) + * * Compute span diagnostics in oop (PR: [#79991](https://github.com/dotnet/roslyn/pull/79991)) + * * Allow Razor cohosting to work with non-Razor SDK projects (PR: [#79953](https://github.com/dotnet/roslyn/pull/79953)) + * * Move computation of deprioritized analyzers to oop (PR: [#79989](https://github.com/dotnet/roslyn/pull/79989)) + * * EnC: Fix symbol mapping of delegates with indexed name (PR: [#79837](https://github.com/dotnet/roslyn/pull/79837)) + * * Emit telemetry 'durations' with known radix point '.' (PR: [#79988](https://github.com/dotnet/roslyn/pull/79988)) + * * Move logic up into DiagService (PR: [#79985](https://github.com/dotnet/roslyn/pull/79985)) + * * Move the StateManager type up to the DiagnosticService from the DiagnosticIncrementalANalyzer (PR: [#79984](https://github.com/dotnet/roslyn/pull/79984)) + * * Immediately remote diagnostics call to OOP (PR: [#79983](https://github.com/dotnet/roslyn/pull/79983)) + * * Build Microsoft.CodeAnalysis.SemanticSearch.Extension ref assembly for use in semantic search queries (PR: [#79972](https://github.com/dotnet/roslyn/pull/79972)) + * * Only cache compilation if we have the same set of analyzers (PR: [#79978](https://github.com/dotnet/roslyn/pull/79978)) + * * Delete unused property (PR: [#79963](https://github.com/dotnet/roslyn/pull/79963)) + * * Update 'use expr body' to be a purely syntactic analyzer (PR: [#79979](https://github.com/dotnet/roslyn/pull/79979)) + * * Mark 'Use expr body' as a syntax-only fixer (PR: [#79971](https://github.com/dotnet/roslyn/pull/79971)) + * * ♻️ MSBuildWorkspaceDirectory - Fallback to AppContext.BaseDirectory when Assembly Location is empty (PR: [#79934](https://github.com/dotnet/roslyn/pull/79934)) + * * Merge runtime async support into main (PR: [#79833](https://github.com/dotnet/roslyn/pull/79833)) + * * Implement "Simplify property accessor" feature (PR: [#79754](https://github.com/dotnet/roslyn/pull/79754)) + * * Merge main to runtime async branch (PR: [#79961](https://github.com/dotnet/roslyn/pull/79961)) + * * Redo how and when we report source generator telemetry (PR: [#79951](https://github.com/dotnet/roslyn/pull/79951)) + * * Allow MEF components to supply assembly path resolvers (PR: [#79218](https://github.com/dotnet/roslyn/pull/79218)) + * * Allow Razor to hook up the source generator in misc files (PR: [#79891](https://github.com/dotnet/roslyn/pull/79891)) + * * Block ENC for extension blocks (PR: [#79883](https://github.com/dotnet/roslyn/pull/79883)) + * * Upgrade servicehub.client to fix test source discovery (PR: [#79899](https://github.com/dotnet/roslyn/pull/79899)) + * * Update package restore error message. (PR: [#79876](https://github.com/dotnet/roslyn/pull/79876)) + * * Merge main (PR: [#79834](https://github.com/dotnet/roslyn/pull/79834)) + * * Merge main (PR: [#79830](https://github.com/dotnet/roslyn/pull/79830)) + * * Baseline struct lifting tests (PR: [#79505](https://github.com/dotnet/roslyn/pull/79505)) + * * Merge main to runtime async branch (PR: [#79582](https://github.com/dotnet/roslyn/pull/79582)) + * * Merge main (PR: [#79424](https://github.com/dotnet/roslyn/pull/79424)) + * * Merge main (PR: [#78994](https://github.com/dotnet/roslyn/pull/78994)) + * * Merge main to runtime async branch (PR: [#78740](https://github.com/dotnet/roslyn/pull/78740)) + * * Merge main to runtime async branch (PR: [#78517](https://github.com/dotnet/roslyn/pull/78517)) + * * Merge main to runtime async branch (PR: [#78114](https://github.com/dotnet/roslyn/pull/78114)) + * * Merge main to runtime async branch (PR: [#77700](https://github.com/dotnet/roslyn/pull/77700)) + * * Merge main to runtime async branch (PR: [#77533](https://github.com/dotnet/roslyn/pull/77533)) + * * Merge main to runtime async branch (PR: [#77265](https://github.com/dotnet/roslyn/pull/77265)) * Register Blazor WASM debugger in Razor Cohosting (PR: [#8511](https://github.com/dotnet/vscode-csharp/pull/8511)) * Bump Razor to 10.0.0-preview.25411.5 (PR: [#8512](https://github.com/dotnet/vscode-csharp/pull/8512)) * Fix VS Code cohosting completion when Razor and C# are valid (PR: [#12096](https://github.com/dotnet/razor/pull/12096)) diff --git a/package.json b/package.json index 9afb168..6eced39 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "workspace" ], "defaults": { - "roslyn": "5.0.0-2.25412.5", + "roslyn": "5.5.5.5.5.5.5.5", "omniSharp": "1.39.14", "razor": "10.0.0-preview.25411.5", "razorOmnisharp": "7.0.0-preview.23363.1", @@ -5658,4 +5658,4 @@ } } } -} \ No newline at end of file +} From c11b67d0f2b707cb4f67bd313ced8800c95e8aec Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Aug 2025 09:17:26 +0000 Subject: [PATCH 2/2] Backfill PR link #33 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27789f0..2471e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876) # 2.89.x -* Bump Roslyn to 5.5.5.5.5.5.5.5 (PR: [#TBD](TBD)) +* Bump Roslyn to 5.5.5.5.5.5.5.5 (PR: [#33](https://github.com/deepakrathore33/test-github-actions/pull/33)) * Don't try to load file based projects unless we get a .cs file(PR: [#79844](https://github.com/dotnet/roslyn/pull/79844)) * Workaround VSCode's lack of support for case sorting in completion(PR: [#79772](https://github.com/dotnet/roslyn/pull/79772)) * Add messages for when design time builds begin and complete(PR: [#79669](https://github.com/dotnet/roslyn/pull/79669))