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
Migrate from System.Data.SQLite to Microsoft.Data.Sqlite and upgrade NuGet packages
System.Data.SQLite doesn't ship linux-arm64 native binaries, causing test failures
on ARM64 machines. Microsoft.Data.Sqlite uses SQLitePCLRaw which supports all
platforms. Also updates all outdated NuGet packages and switches connection strategy
from singleton to factory for thread safety with Microsoft.Data.Sqlite.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments