unoplatform / uno.extensions

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.
https://platform.uno/
Other
71 stars 43 forks source link

[MauiEmbedding][Documentation] Telerik - Installation step should have more details #2208

Open agneszitte opened 3 months ago

agneszitte commented 3 months ago

When following the current doc for Telerik: https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Maui/ThirdParty-Telerik.html#installation


Originally posted by @Darsh0307 here

Telerik

It was completely successful but it took a lot of time in getting the Nuget package feed.

Docs Update Recommendation

One of our first step is Installation but in that we are just telling the user to go and create the account and add the private feed. For this embedding part all we need is to have account and then follow this

  • Open Visual Studio.

  • Go to Tools > NuGet Package Manager > Package Manager Settings, select Package Manager Sources and click the + button.

  • Choose the feed Name, set the feed URL to https://nuget.telerik.com/v3/index.json and click OK.

  • In the Windows Authentication dialog, enter your Telerik credentials. For example, user: my.name@my.company.com and password: myPassPhraseForTelerikDotCom.

  • Enter your credentials only once by selecting the Remember my password checkbox.

  • Enter your Telerik.com credentials to access the Telerik NuGet feed

  • Go to Tools > NuGet Package Manager > Manage NuGet Packages for solution.

  • In the upper right-hand corner of the Manage Packages for Solution window, select the Telerik Package source that you just added.

  • Then download Telerik.UI.for.Maui

agneszitte commented 3 months ago

@nickrandolph I will let you review the details of this issue to let @Darsh0307 what you think about it

nickrandolph commented 2 months ago

@agneszitte is my input still required on this, or is this done now?

agneszitte commented 2 months ago

@agneszitte is my input still required on this, or is this done now?

@nickrandolph as @vatsashah45 is currently working on updating the mauiembedding samples to single project, he will be able to make the proper adjustments as needed for what is left.