Skip to content

fix: Replace Mono.Data.Sqlite.Portable with Microsoft.Data.Sqlite#36

Merged
NerdsCorp merged 1 commit into
mainfrom
claude/fix-sqlite-warning-u01j9
Dec 28, 2025
Merged

fix: Replace Mono.Data.Sqlite.Portable with Microsoft.Data.Sqlite#36
NerdsCorp merged 1 commit into
mainfrom
claude/fix-sqlite-warning-u01j9

Conversation

@NerdsCorp
Copy link
Copy Markdown
Owner

  • Replaced incompatible Mono.Data.Sqlite.Portable (v1.0.3.5) with Microsoft.Data.Sqlite (v8.0.0)
  • Updated using statement from Mono.Data.Sqlite to Microsoft.Data.Sqlite
  • Updated code comments to reflect the package change
  • This resolves NU1701 warning about package compatibility with net8.0-windows
  • This fixes CS0246 error where SQLiteConnection type could not be found

The Mono.Data.Sqlite.Portable package was designed for .NET Framework and is not compatible with .NET 8. Microsoft.Data.Sqlite is the official Microsoft package for SQLite support in modern .NET applications.

- Replaced incompatible Mono.Data.Sqlite.Portable (v1.0.3.5) with Microsoft.Data.Sqlite (v8.0.0)
- Updated using statement from Mono.Data.Sqlite to Microsoft.Data.Sqlite
- Updated code comments to reflect the package change
- This resolves NU1701 warning about package compatibility with net8.0-windows
- This fixes CS0246 error where SQLiteConnection type could not be found

The Mono.Data.Sqlite.Portable package was designed for .NET Framework and is not
compatible with .NET 8. Microsoft.Data.Sqlite is the official Microsoft package
for SQLite support in modern .NET applications.
@NerdsCorp NerdsCorp merged commit 1e1514e into main Dec 28, 2025
1 check passed
@NerdsCorp NerdsCorp deleted the claude/fix-sqlite-warning-u01j9 branch December 28, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants