-
-
Couldn't load subscription status.
- Fork 122
Description
First of all many thanks for your amazing libraries. I'm using them in my WPF .Net Core apps as well as Xamarin apps.
Right now I'm trying to import one of my class libraries targeted for .Net Standard 2.0 which uses your libraries and Microsoft.EntityFrameworkCore.Sqlite as well.
I'm getting this error:
System.DllNotFoundException: e_sqlite3 at (wrapper managed-to-native) SQLitePCL.SQLite3Provider_e_sqlite3+NativeMethods.sqlite3_libversion_number() at SQLitePCL.SQLite3Provider_e_sqlite3.SQLitePCL.ISQLite3Provider.sqlite3_libversion_number () at SQLitePCL.raw.SetProvider (SQLitePCL.ISQLite3Provider imp) at SQLitePCL.Batteries_V2.Init ()
I'm assuming that there is no native wrapper for Unity runtime Mono. Is that right?
Is there any way that we can get it set up for use in Unity?
Any help is deeply appreciated.