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?