aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Only display trace menu option for uninstrumented peer resources

Open JamesNK opened this issue 8 months ago • 2 comments

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

Display only the trace option for uninstrumented peer resources:

image

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 Apr 30 '25 02:04 JamesNK

This was a regression, hard to test?

davidfowl avatar Apr 30 '25 05:04 davidfowl

Tests added

JamesNK avatar Apr 30 '25 06:04 JamesNK