I have a solution in Visual Studio 2022 that continually asks me to re-authorize my Microsoft account in a loop, which seems like it is once per project in the solution.
This happens if I want to do anything with source control (the project is in Azure), build, or publish.
It prompts me for my Microsoft username and password continually in a loop until it finally ends up doing what I want to do (for example, build).
The next time I go to build, it goes back through the same authorization process.
This makes it impossible to get any work done. We do not have a Microsoft support contract and it seems they do not offer per-issue support, it now requires either a contract or a subscription. I just want to resolve this single issue.
Has anyone seen this or have any suggestions as to how I can get out of this loop? It doesn't cache the credentials, it constantly re-prompts me.
Thanks.
