SqlLinq icon indicating copy to clipboard operation
SqlLinq copied to clipboard

How to use SQLLinq with Xamarin

Open mazloumi opened this issue 7 years ago • 1 comments

Hi, I tried to install SQLLinq as a nuget into my Xamarin project but it failed. I also tried to directly compile the source into my probject you have 2 libraries GoldParser and TypeLoader that are in the project as DLL. Any suggestion what I could do? Thanks

mazloumi avatar Jul 16 '17 18:07 mazloumi

The project is a /net 4.5 dll and isn't portable. Unfortunately I'm not sure it can be converted to one. TypeLoader is some of my code that I might be able to convert, though it uses a lot of reflection, so might be iffy. Gold parser comes from Here: http://www.goldparser.org/ and hasn't been updated in quite some time. I'll play around with a few things but you might be out of luck.

dkackman avatar Jul 16 '17 20:07 dkackman

stale

dkackman avatar May 26 '23 20:05 dkackman