microsoft / microsoft/CmdPalAzureExtension
Signing in and out doesn't always update top level commands
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6
- Forks
- 6
- Avg merge
- 40m
- Merged PRs (30d)
- 1
Description
Expected: When a user signs in/out, the top level commands automatically update
Actual: Occasionally (I'm not sure if it's just when the user hits enter to sign in/out), the top level commands don't update.
Fix: Check the AuthenticationMediator events are sent/received properly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the AuthenticationMediator events from the sign-in and sign-out handlers to the top-level command updates. Compare the paths, including the Enter-key path mentioned in the issue, and verify that both actions consistently refresh the commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- authentication, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100