-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Standard support #379
base: master
Are you sure you want to change the base?
Conversation
… their latest versions
Hello!! I would like to get your beta. What can I do ? Could I get the last commit ?? |
You can clone the repository at https://github.com/MFinkBK/SQLite.Net-PCL, open the SQLite.Net.sln and compile the assemblies for yourself. Note that as @oysteinkrog doesn't work on this project anymore, the changes and this pull request are purely for documentation purposes. The way to go would be to use @praeclarum's version of SQLite.Net, but unfortunately it lacks the ISQLiteApi interface that is needed to use SQLcipher libraries together with SQLite.Net. Someone should port this to @praeclarum's version some time... |
This fixes praeclarum#423 by guarding access to the mappings. It also fixes oysteinkrog#379 by making them static.
I know that this pull request most likely isn't accepted or even considered, since this project is out of maintenance. I still post this so that any interested user can have a look at it. Who knows, maybe someone wants to revive the project from the dead.
This pull request does the following:
This PR would benefit all that have to use the SQLite.Net-PCL NuGet package, e.g. when using the commercial SQLcipher project that is using the ISQLitePlatform interface.