I've got a PCL which includes System.Data.Linq(.Mappings) via the dll itself. This works with iOS, Windows and MacOS, but it does not with Android.
Temp:
I will post the error message as soon as I am back at work, but I remember it was something like "Could not load file or assembly System.Data.Linq". It was not foundI know this namespace is not supported inside a PCL, but it is strange that it works (and yes, I made multiple projects with this) in every project type except Xamarin:Android.
Is there anything I could try like implementing the code myself, embed assemblies in native code, or something else?
Thanks for your help