2023-09-09 22:57:19.494 [AppCenter] ERROR: An error occurred while initializing storage
System.Exception: You need to call SQLitePCL.raw.SetProvider(). If you are using a bundle package, this is done by calling SQLitePCL.Batteries.Init().
bei SQLitePCL.raw.get_Provider()
bei SQLitePCL.raw.sqlite3_open(utf8z filename, sqlite3& db)
bei SQLitePCL.raw.sqlite3_open(String filename, sqlite3& db)
bei Microsoft.AppCenter.Storage.StorageAdapter.Initialize(String databasePath)
bei Microsoft.AppCenter.Storage.Storage.InitializeDatabase()
2023-09-09 22:57:19.508 [AppCenter] ERROR: The storage operation failed
Microsoft.AppCenter.Storage.StorageException: The database wasn't initialized.
bei Microsoft.AppCenter.Storage.StorageAdapter.ExecuteSelectionSqlQuery(String query, IList`1 args)
bei Microsoft.AppCenter.Storage.StorageAdapter.Count(String tableName, String columnName, Object value)
bei Microsoft.AppCenter.Storage.Storage.<>c__DisplayClass19_0.<CountLogsAsync>b__0()
bei Microsoft.AppCenter.Storage.Storage.<>c__DisplayClass32_0`1.<AddTaskToQueue>b__0()
2023-09-09 22:57:19.512 [AppCenter] ERROR: Failed to initialize the log count: The database wasn't initialized.