Skip to content

Commit 282aff5

Browse files
committed
docs(common): Minor polishing
1 parent bb19d90 commit 282aff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

troubleshooting/nuget-feed.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Add-Type -AssemblyName System.Web
6969
The error `Unable to find package` can imply the following:
7070

7171
* If the error occurs for the `Telerik.UI.for.Blazor` package, the [Telerik NuGet source]({%slug installation/nuget%}) may not be added or enabled. The possible causes are:
72-
* Missing configuration in the `NuGet.Config` file (or Visual Studio).
73-
* The correct `NuGet.Config` file is not used. This is common in Docker scenarios and the solution is to copy the `NuGet.Config` file explicitly during build. See the forum thread about [private NuGet feeds in Docker](https://www.telerik.com/forums/can-the-telerik-blazor-and-asp-net-tools-be-used-in-a-docker-container) and [some DevOps examples](https://github.com/LanceMcCarthy/DevOpsExamples)).
74-
* If the error occurs for the [icon packages (`Telerik.FontIcons` and `Telerik.SvgIcons`)]({%slug general-information/font-icons%}), the NuGet client is not using `nuget.org` as a NuGet source. The possible causes are:
75-
* The NuGet source is disabled.
76-
* The [`packageSourceMapping`](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) forces the NuGet client to search for the icon packages in the `nuget.telerik.com` source. However, the icon packages are published on `nuget.org`.
72+
* Missing configuration in the `NuGet.Config` file.
73+
* The correct `NuGet.Config` file is not used. This is common in Docker scenarios and the solution is to copy the `NuGet.Config` file (or configure the NuGet source) explicitly during build. See the forum thread about [private NuGet feeds in Docker](https://www.telerik.com/forums/can-the-telerik-blazor-and-asp-net-tools-be-used-in-a-docker-container) and [some DevOps examples](https://github.com/LanceMcCarthy/DevOpsExamples).
74+
* If the error occurs for the [icon packages `Telerik.FontIcons` and `Telerik.SvgIcons`]({%slug general-information/font-icons%}), this means that the NuGet client is not using `nuget.org` as a NuGet source. The possible causes are:
75+
* The `nuget.org` source is disabled.
76+
* There is [`packageSourceMapping`](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping), which forces the NuGet client to search for the icon packages in the `nuget.telerik.com` source. However, the icon packages are published on `nuget.org`.
7777

7878

7979
## See Also

0 commit comments

Comments
 (0)