❔ How to install a xamarinios10 package onto net7.0-ios16.4
The error I got is
when trying to migrate a Xamarin.iOS project over to .NET 7. It has a dependency on https://www.nuget.org/packages/StormUp.Xamarin.IQKeyboardManager which unfortunately triggers an error on NuGet. How to circumvent this restriction?
StormUp.Xamarin.IQKeyboardManager 6.5.4.2
Xamarin.iOS Bindings for IQKeyboardManager Library
9 Replies
Ideally I would want a general way to use xamarinios packages on net7.0-ios. I also have other packages to move over - Xamarin.Essentials, Xamarin.Forms, SkiaSharp.Views.Forms, and I do not have the capacity to test the entire app on MAUI right now.
I just want to be able to make my app function on newer iOS and Android versions without introducing too much changes.
But if there is a way to target iOS 17+ and Android 14+ easily with my current Xamarin.iOS and Xamarin.Android projects, please do tell.
https://stackoverflow.com/questions/76388608/nuget-compatible-vs-computed-framework-xamarin-and-net-6 aw it seems that Xamarin.iOS -> net6.0-ios broke binary compat
Stack Overflow
NuGet Compatible vs Computed Framework (Xamarin and .NET 6)
We are currently looking at migrating existing Xamarin.Android and Xamarin.iOS applications to .NET 6 (we aren't at this stage going to use MAUI).
A big part of this process is understanding which ...
it seems fine on the android side though
GitHub
designs/accepted/2021/net6.0-tfms/net6.0-tfms.md at main · dotnet/d...
This repo is used for reviewing new .NET designs. Contribute to dotnet/designs development by creating an account on GitHub.
what now
do i have to include the source files for all my dependencies
:(
any patchers?
Upgrade Xamarin.Android, Xamarin.iOS, and Xamarin.Mac projects to ....
Learn how to manually upgrade Xamarin native project files to .NET.
sigh looks like maui is unavoidable here
I hate to update Xamarin Forms or MAUI in particular
because there are always bugs when I update
unlike the rest of .NET
every Xamarin Forms or MAUI blog post shows that
fortunately Avalonia will be my choice in the future
what.
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.