New to Telerik UI for .NET MAUI? Start a free 30-day trial

Resetting Stored NuGet Credentials

Author
Dobrinka Yordanova

Description

I need to reset and update the credentials used by the NuGet package manager to access the Telerik NuGet server. How can I do that?

This KB also answers the following questions:

  • How to reset the saved credentials for the Telerik NuGet server?
  • How to remove the stored credentials for the Telerik NuGet server?

Solution

To update the saved credentials for the NuGet server:

  1. Remove the saved credentials in the Windows Credential Manager. These credentials will appear as nuget.telerik.com or VSCredentials_nuget.telerik.com entries.
  2. Remove the Telerik NuGet package source from Visual Studio.
  3. If you have added the Telerik package source by using the .NET CLI, try to remove it by running the following commands:
  4. Check if you have any credentials stored in %AppData%\NuGet\Nuget.Config. If so, remove them.
  5. Try to reset the Visual Studio user data by forcing NuGet to ask for authentication.
  6. Restart Visual Studio.
  7. Add the Telerik NuGet package source again through Visual Studio or .NET CLI. If you are using the Telerik NuGet feed in a .NET Core application, use a NuGet API key in the NuGet.Config file.
In this article