2

I'm trying to use this lib: https://github.com/oysteinkrog/SQLite.Net-PCL so I can keep all my repository stuff in a PCL.

And https://bitbucket.org/twincoders/sqlite-net-extensions/overview Because is way better to manage the relationship between entities with it.

I have tried to build them using PCL profile 4.5 - 78, but no success so far. Especially in the Sqlite-Net Extension that use some heavy reflection that won't work/compile on PCL.

Does anyone made this two work together?

1 Answer 1

3

Last SQLite-Net Extensions version works with SQLite.Net-PCL out-of-the-box and the PCL library project is now compiled against SQLite.Net-PCL NuGet Package. Default profile is Profile158 (.Net 4.5, SL5, WP8, Win8, Xam.Droid & Xam.Touch).

EDIT: The library is now available as a NuGet package. So it should be simpler to include it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.