New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Visual Studio Online Continuous Integration Randomly Asks for Login
Updated over 6 months ago
Environment
| Product | Progress® Telerik® UI for ASP.NET Core |
| .Net framework | Version 4.6.1 |
| Visual Studio Version | Visual Studio Online |
Description
I have stored the passwords on the developer systems by using clear text but the Login dialog (randomly) displays while other secured NuGet repositories work as expected.
Suggested Workarounds
Telerik UI for ASP.NET Core does not provide a built-in solution for avoiding this behavior. However, you can still work around this issue and apply approaches that worked with other users.
Workaround #1
The reason for this problem might be related to the known https://github.com/dotnet/cli/issues/3174 issue in the official .NET Core CLI repository.
To apply the described approach, reset the Nuget.config file and use the nuget restore command:
- Delete the
NuGet.configfile%AppData%\\NuGet\\ - Go through the procedure of storing the Telerik credentials once again and decide whether your assumption regarding the NuGet package is correct or the Telerik.UI.for.AspNet.Core NuGet feed is needed.
- Use the
nuget restoreinstead ofdotnet restorecommand.
Workaround #2
To avoid the issue, create your own NuGet package.
Workaround #3
The reason for this problem might be in the NuGet Server. If so, it will resolve on its own.