logo
Cấu hình telerik nuget cho Blazor
GiacKhongDaiSu Offline
#1 Đã gửi : 23/03/2022 lúc 11:02:14(UTC)

Danh hiệu: Kê Vương

Gia nhập: 23-01-2011(UTC)
Bài viết: 2,113
Man
Đến từ: HCM

Thanks: 4 times
Được cảm ơn: 300 lần trong 220 bài viết

Link gốc: https://docs.telerik.com...r-ui/installation/nuget

Link youtube: https://www.youtube.com/...mp;feature=emb_imp_woyt

Clear the local NuGet caches to ensure no cached Telerik packages exist (it is important in the steps later where your credentials will be stored by Windows). You can run dotnet nuget locals all --clear in your CLI.

Open Visual Studio and go to Tools > NuGet Package Manager > Package Manager Settings > Package Sources.

Click the + button at the top right hand side.

Add the Telerik Feed URL https://nuget.telerik.com/v3/index.json and choose a Name for that package source (such as "TelerikOnlineFeed").

Click OK and close all Visual Studio instances.

Open a project that has a Telerik UI components library package referenced. For example, generate one through our New Project Wizard.

Make sure to remove local nuget.config files from the solution that contain information about Telerik packages.
From the Build menu select Rebuild Solution.

There will be a Windows prompt asking for credentials for the Telerik feed. Enter the email and password you use to log in to telerik.com.

Make sure to select the Remember my password checkbox.
Your project should now build and restore all packages - including those from nuget.org and from Telerik.

If you experience issues, see the NuGet Feed Troubleshooting article.
The following video explains how you can add the Telerik NuGet feed. If you prefer to do this yourself, follow the rest of this article.
GiacKhongDaiSu Offline
#2 Đã gửi : 24/03/2023 lúc 11:02:53(UTC)

Danh hiệu: Kê Vương

Gia nhập: 23-01-2011(UTC)
Bài viết: 2,113
Man
Đến từ: HCM

Thanks: 4 times
Được cảm ơn: 300 lần trong 220 bài viết

Dùng lệnh

dotnet nuget add source https://nuget.telerik.com/v3/index.json --name TelerikOnlineFeed --username <username> --password <password> --store-password-in-clear-text

Run by CLI
Ai đang xem chủ đề này?
Guest
Bạn không thể tạo chủ đề mới trong diễn đàn này.
Bạn không thể trả lời chủ đề trong diễn đàn này.
Bạn không thể xóa bài của bạn trong diễn đàn này.
Bạn không thể sửa bài của bạn trong diễn đàn này.
Bạn không thể tạo bình chọn trong diễn đàn này.
Bạn không thể bỏ phiếu bình chọn trong diễn đàn này.

Green-Grey Theme Created by Ingo Herbote (WatchersNET.de)
Powered by YAF | YAF © 2003-2010, Yet Another Forum.NET
Thời gian xử lý trang này hết 0.049 giây.