We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the project Latest pre-Release in Release mode with "LinkSdkAssemblies". It gives an error
Error XALNK7000: Mono.Linker.MarkException: Error processing method: 'Java.Lang.Object Xamarin.Coil.Decode.IDecoder::Decode(Xamarin.Coil.Bitmap.IBitmapPool,Square.OkIO.IBufferedSource,Xamarin.Coil.Size.Size,Xamarin.Coil.Decode.Options,Kotlin.Coroutines.IContinuation)' in assembly: 'Xamarin.CoilBase.dll'
The text was updated successfully, but these errors were encountered:
Hi, can you try changing the linker behavior to "Link All"
Sorry, something went wrong.
@carlh98 :- Linker being set to "None" works but I can't do it since my project requires it.
Any solution where my Linker is set to "LinkSdkAssemblies"
Hm. We experience the same issue. @sudhanshu79 have you found a workaround for that?
I had to change to another Binding as this SDK has this issue not fixed yet.
@sudhanshu79 Can you share the details of the binding that resolves this issue?
Anticipating its release. May I inquire about the specifics of the binding that successfully addresses this issue?
No branches or pull requests
When running the project Latest pre-Release in Release mode with "LinkSdkAssemblies". It gives an error
Error XALNK7000: Mono.Linker.MarkException: Error processing method: 'Java.Lang.Object Xamarin.Coil.Decode.IDecoder::Decode(Xamarin.Coil.Bitmap.IBitmapPool,Square.OkIO.IBufferedSource,Xamarin.Coil.Size.Size,Xamarin.Coil.Decode.Options,Kotlin.Coroutines.IContinuation)' in assembly: 'Xamarin.CoilBase.dll'
The text was updated successfully, but these errors were encountered: