UWP 中带有 sqlite-pcl-net 的 AppCenter

AppCenter in UWP with sqlite-pcl-net

我在我的多平台应用程序中使用 AppCenter 和 SQLite(Android 和 iOS 的 Xamarin Forms,以及本机 UWP(不是 Xamarin))。我也用SQLite。

它运行良好,但现在我将 AppCenter 和 SQLite 更新到更新版本,并且在 AppCenter.Start 调用时出现异常。例外是 "Method not found: 'Void SQLite.SQLiteAsyncConnection..ctor(System.String, Boolean)'."

AppCenter 版本 - 1.9.0 SQLite-net-pcl - 1.5.231

有什么解决办法吗?我不想降级 SQLite-net-pcl,因为我之前实际上处于测试阶段以使其与 UWP 和 Xamarin 一起使用。

好的,这是已知问题 https://github.com/Microsoft/AppCenter-SDK-DotNet/issues/753,需要等待修复。