Skip to content
Discussion options

You must be logged in to vote

First, kudos on getting this far—especially on both platforms. If you do get this working, I’m confident others would be interested in using your implementation as a reference. We could certainly update the README to link to a public repo if you’re willing to share one.

Regarding your immediate problem: your analysis is correct. It may appear to work just fine, but that’s a dangerous warning to ignore.

What you’ve run into is a problem as old as Xamarin itself (even predating Forms): packaging and distributing native platform dependencies.


The Core Problem (by Analogy)

Consider a regular .net10 project that needs System.Text.Json. You could grab System.Text.Json.dll and reference it dire…

Replies: 3 comments 7 replies

Comment options

Kapusch
Jan 18, 2026
Collaborator Author

You must be logged in to vote
1 reply
@AdamEssenmacher
Comment options

Comment options

You must be logged in to vote
1 reply
@Kapusch
Comment options

Kapusch Jan 19, 2026
Collaborator Author

Answer selected by Kapusch
Comment options

You must be logged in to vote
5 replies
@Kapusch
Comment options

Kapusch Jan 19, 2026
Collaborator Author

@AdamEssenmacher
Comment options

@Kapusch
Comment options

Kapusch Jan 21, 2026
Collaborator Author

@AdamEssenmacher
Comment options

@Kapusch
Comment options

Kapusch Jan 22, 2026
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants