aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Workaround bug in interaction provider when displaying dialogs on load

Open JamesNK opened this issue 2 months ago • 1 comments

Description

Fixes https://github.com/dotnet/aspire/issues/12858

Caused by regression in FluentUI - https://github.com/microsoft/fluentui-blazor/pull/4095

Checklist

  • Is this feature complete?
    • [x] Yes. Ready to ship.
    • [ ] No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • [ ] Yes
    • [x] No
  • Did you add public API?
    • [ ] Yes
      • If yes, did you have an API Review for it?
        • [ ] Yes
        • [ ] No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • [ ] Yes
        • [ ] No
    • [x] No
  • Does the change make any security assumptions or guarantees?
    • [ ] Yes
      • If yes, have you done a threat model and had a security review?
        • [ ] Yes
        • [ ] No
    • [x] No
  • Does the change require an update in our Aspire docs?

JamesNK avatar Nov 11 '25 08:11 JamesNK

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12886

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12886"

github-actions[bot] avatar Nov 11 '25 08:11 github-actions[bot]

/backport to release/13.0

JamesNK avatar Nov 17 '25 02:11 JamesNK

Started backporting to release/13.0: https://github.com/dotnet/aspire/actions/runs/19416349924

github-actions[bot] avatar Nov 17 '25 02:11 github-actions[bot]