Hi,
I try to run Samples.XF.
I Have a lot of error, He can't found many assembly.
I try to restore Nuget package but don't work.
See attachment file.
Thank you.
François
Hello Francois,
From the looks of the error that you are receiving, it appears that the "nuget.org" package source that you are targeting likely does not contain the Infragistics assemblies required to build the Xamarin.Forms samples browser. I would recommend that you target a NuGet feed that contains these packages. You can do so by creating (if you haven't already) and targeting the Infragistics NuGet Feed, which you can read about in our online documentation, here: https://es.infragistics.com/help/xamarin/infragistics-nuget-feed.
After configuring that feed and targeting it, you should be able to restore the NuGet packages. If, perhaps you are on a Mac, I would also recommend that you see the following documentation article about compiling the Xamarin Samples Browser in Visual Studio for Mac: https://es.infragistics.com/help/xamarin/xamarin-samples-mac.
I hope this helps. Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
Hi Andrew,
Thank you, it works.
I realized that my Infragistics link on nuget was local and not online.
thank again.
François.