-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for .NET 6 #386
Comments
+1 |
It is not currently possible to use Lottie on net6-ios due to breaking changes in net6-ios: "All code must be recompiled to support .NET 6. Existing assemblies (such as NuGets built for the old TargetFrameworkIdentifier xamarinios10) won’t work and won’t be supported. Non-xamarin specific assets for net4.x, netstandard, netcoreapp, net5.0+, etc. will work fine however." - Link |
@evgenyvalavin I have forked the library and ported it to net6-ios: But of course an update of this excellent library would be better than a fork long-term. |
@markuspalme thanks! I already use the NuGet package. Let's hope together this library will be updated 😄 |
@markuspalme @evgenyvalavin My understanding of this is that this library will be obsolete and won't be updated to .net 6 at all. Instead, there is a Skia Sharp control that is going to be the Future of Lottie Animations in most .Net environments https://mono.github.io/SkiaSharp.Extended/api/ui-maui/sklottieview.html, I mean obviously, that's not on par with BaseFlow's version but that's the best we have ATM. |
@FreakyAli How can I use sklottieview in xamarin.native apps ? |
@Pluxury You are right for now this seems to be the case |
Does anyone have an android .net6 port for this? |
@martijn00 what is the current plan for this? |
I'm more than happy to accept a PR to fix this and release a new version. I've already done some work but can't get iOS to work. |
@martijn00 where is the work you already started and do you remember what problems you were having on iOS? |
@IeuanWalker this is the in progress PR. I'm not aware of the specific iOS issues #379 |
🚀 Feature Requests
The library currently targets
Xamarin.iOS
but notnet6-ios
/net6-android
. The new TFMs are the future and using this library in new projects is currently not possible.To address my own very short-term needs I have created a port of the iOS part of this library to .NET 6:
https://github.com/markuspalme/LottieNet6/
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: