Skip to content
New issue

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

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

Already on GitHub? # to your account

docs(common): Improve NuGet troubleshooting #2870

Merged
merged 3 commits into from
Mar 27, 2025
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
12 changes: 10 additions & 2 deletions troubleshooting/nuget-feed.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,17 @@ or

`error NU1102: Unable to find package Telerik.UI.for.Blazor with version (>= 5.1.1)`

This error means that version `5.1.1` is outside the subscription period of your license.
This error means one of the following:

To solve the issue, use a different version or ask the license holder at your company to assign you another license that includes the desired product version.
* Version `5.1.1` was released outside the subscription period of your license.
* Version `5.1.1` is not available in your custom (local) NuGet feed.

Choose one of the following options to solve the issue:

* Use an accessible Telerik UI for Blazor version.
* Ask the license holder at your company to assign you another license that includes the desired product version.
* [Set up and use the remote Telerik NuGet package source](slug:installation/nuget) instead of a custom (local) feed. For CI and deployment environments, also check [Restoring NuGet Packages in CI](slug:deployment-nuget).
* Add the required Telerik UI for Blazor version to your custom (local) NuGet feed.

## Unable to Resolve Package due to PackageSourceMapping

Expand Down
Loading