Property FreezeSqliteProvider
FreezeSqliteProvider
Calls SQLitePCL.raw.FreezeProvider() immediately after installing the native provider.
Defaults to true: SqliteConnection's static constructor reflectively
invokes SQLitePCL.Batteries_V2.Init(), which would otherwise silently replace the provider
if any transitive package ever brings a batteries assembly into the app. Tests set this to
false so they can swap providers.
public bool FreezeSqliteProvider { get; set; }