Skip to content

Revert PM UI refresh regression for SDK-style install/uninstall flows#14863

Closed
Copilot wants to merge 1 commit intodevfrom
copilot/fix-pm-ui-auto-refresh-issue
Closed

Revert PM UI refresh regression for SDK-style install/uninstall flows#14863
Copilot wants to merge 1 commit intodevfrom
copilot/fix-pm-ui-auto-refresh-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 16, 2026

PM UI stopped auto-refreshing after package install/uninstall in SDK-style projects starting in 7.6.0.54, while update operations and non-SDK project flows remained unaffected. This change restores the pre-regression refresh behavior so tab state stays in sync after package actions.

  • What changed

    • Reverted commit 76b3a60499f1e0ffdd6d406f2f07bc04758d94cf in the PM UI refresh path.
    • Restored action-complete refresh signaling used by SDK-style project install/uninstall operations.
    • Removed the regressed behavior that prevented post-action list/detail refresh in Browse/Installed/Updates transitions.
  • Why this addresses the issue

    • The reported repro sequence depends on post-install and post-uninstall refresh events.
    • Reverting the regressed commit restores the prior event/refresh flow that correctly updates PM UI after those operations.
git revert 76b3a60499f1e0ffdd6d406f2f07bc04758d94cf

Copilot AI changed the title [WIP] Fix PM UI not auto-refreshing after package install/uninstall Revert PM UI refresh regression for SDK-style install/uninstall flows Apr 16, 2026
Copilot AI requested a review from jebriede April 16, 2026 22:07
@jebriede jebriede closed this Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PM UI won’t auto-refresh after installing/uninstalling package for .NET SDK based project

2 participants