SQLite SuppressForeignKeyEnforcement is not working after upgrate version 2.0 · Issue #10390 · dotnet/efcore

I have a helper method for unit test my repositories using SQLite as store, really I'm not interested in verify Foreign Keys in Test mode, then I used SuppressForeignKeyEnforcement config method in...