You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EFCore.Sqlite.NodaTime references Microsoft.EntityFrameworkCore.Sqlite, which depends on SQLitePCLRaw.bundle_e_sqlite3. Could this project switch to referencing Microsoft.EntityFrameworkCore.Sqlite.Core, which allows using custom SQLite bundles/providers? See also dotnet/efcore#7667