Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NuGet troubleshooting.md #3005

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions getting-started/installation/nuget/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you're receiving this error when connecting to Telerik NuGet Server, you coul
1. Use the email address in the place of username
2. Make sure any special characters are escaped (see *Handling Special Characters in Password* below)
3. Click "Save"
6. Make sure the URL does not have a trailing slash, it must be only `https://nuget.telerik.com/nuget`
6. Make sure the URL matches `https://nuget.telerik.com/v3/index.json`
7. Reopen Visual Studio and access the Telerik NuGet server.

## Handling Special Characters in Password
Expand All @@ -47,7 +47,7 @@ Add-Type -AssemblyName System.Web

Another common problem is that your machine (PC, GitHub Actions runner or Azure DevOps agent) is behind a proxy. To check if you're experiencing a networking issue, open the following URL in your web browser:

* https://nuget.telerik.com/nuget/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=%27WPF%27&includePrerelease=true&$skip=0&$top=100&semVerLevel=2.0.0.
* https://nuget.telerik.com/v3/search?q=wpf

After you enter your telerik.com username and password, you should see an XML search result containing a list of all the Telerik.UI.for.WPF packages available with your license.

Expand Down