Hi, I have started work on a mobile app, and in order to get the app to build in Visual Studio for Mac, I have had to update my NuGet packages. After updating my NuGet packages, I am seeing errors with Plugins.Iconize, and I think the issue has to do with Xam.FormsPlugin.Iconize.
When I look up the package on NuGet (https://www.nuget.org/packages/Xam.FormsPlugin.Iconize/1.5.0.13-beta) , I see the message: "The owner has unlisted this package. This could mean that the package is deprecated or shouldn't be used anymore."
Should I still be using this library, or has this been removed and does this need to be replaced with a different package.
To note, we are using ASPNet Zero v5.5.0, and we have not upgraded to v6.1.0 yet. Is this addressed in a later ASPNet Zero release?
Thanks!
2 Answer(s)
-
0
hi,
the latest Xamarin application uses this package https://www.nuget.org/packages/Xam.Plugin.Iconize
-
0
thanks @alper . I generated a new solution using v6.2.0 and both iOS and Android built and ran in emulators for me without any code changes. So I will plan to upgrade my application to v6.2.0 before continuing on mobile development.