SkiaSharp-1.60.0: Luhmann package referred in libSkiaSharp.so file #2504
Unanswered
Harshitha1369
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using SkiaSharp version 1.60.0. On this nuget version installation, libSkiaSharp.so file internally downloads Luhmann.Xam.Dialogs package which is not used in my project. Luhmann.Xam.Dialogs package is downloaded through shared library file from libSkiaSharp.so :
https://github.com/mono/SkiaSharp/releases/download/v1.60.0/libSkiaSharp.so
1. I want to remove the reference/downloading of Luhmann.Xam.Dialogs which is referred from libSkiaSharp.so file due to internal license validation. How can i achieve this?
2. Can we know Luhmann.Xam.Dialogs package license? Currently the website doesn't provide much detail on the license apart from redirecting to this url : http://www.luhmann.com.tr/
3. Is there a detail on why Luhmann.Xam.Dialogs package was introduced in SkiaSharp version 1.60.0?
4. If possible, can we have a readable format of libSkiaSharp.so to check the packages referred from this file?
5. Can it cause any dependency error if libSkiaSharp.so is ignored when building app for Xamarin Android and Xamarin iOS mobile app?
6. Is libSkiaSharp.so file used for only Tizen OS? Is libSkiaSharp.so used for Android and iOS too? a reference in targets file shows it enclosed for Tizen OS --> binding/SkiaSharp/nuget/build/tizen40/SkiaSharp.targets
NugetInfo:
https://nuget.info/packages/Luhmann.Xam.Dialogs/2.3.412.1
https://www.nuget.org/packages/Luhmann.Xam.Dialogs/
Could you please help on the above detail.
Beta Was this translation helpful? Give feedback.
All reactions