Fixing Visual Studio Continuously Prompting for Credentials
Copenhagen based cloud developer. Love to code and to make complex solutions simple!
Search for a command to run...
Copenhagen based cloud developer. Love to code and to make complex solutions simple!
No comments yet. Be the first to comment.
And examples for .NET projects also

...and why Windows is not going to sleep when left idle

TL;DR Keep trying the firmware update - after around 30 attempts doing the same thing, it just worked 🤯🎉🪅 Awesome Ultrawide Monitor, not only for gaming For once I'm going to write an article which is not directly related to programming, but if yo...

When using GitHub actions it's pretty neat that you can use the hosted GitHub runners. However, this can get costly if you use a lot of runners and they are not always that fast at running the actions. Luckily you can also host your own runners and w...

...and some SonarCloud code analysis!

Sometimes I find a solution to problems I stumble upon infrequently - this means that next time I have the same problem enough time has passed so that I can no longer remember the solution to the problem. In these cases I find it very helpful to be able to look up in my on blog for the solution. This post is one of these cases... 😀
Every once in a while Visual Studio falls into an authorization loop where it keeps asking for my credentials. The root cause to the problem seems to be that I have some private nuget feeds and multiple Azure Active Directory accounts connected to my VS.
When I connect these accounts and setup the Nuget feeds Visual Studio will start prompting for my credentials everytime I restart VS and build the project. This is quite annoying but luckily there's a fix to this: