Windows Phone 8.1 アプリケーションがあり、ここで oysteinkrog をフォークした SQLite.Net PCL ライブラリを使用したい: https://github.com/oysteinkrog/SQLite.Net-PCL
ただし、新しい接続を作成しようとすると、を作成するために必要なすべてのプロパティがありません。SQLiteConnectionWithLock
私はこれを見つけました:
var conn = new SQLiteAsyncConnection(new Func<SQLiteConnectionWithLock>(()=>new SQLiteConnectionWithLock(new SQLitePlatformWinRT(), new SQLiteConnectionString(databasePath, storeDateTimeAsTicks: false))));
しかし、新しい SQLitePlatformWinRT は適用されず、WP8.1 の代替手段が見つからないようです
。これに対する回避策はありますか?