Skip to content

fix: Revert to Mono.Data.Sqlite.Portable for Editor project#35

Merged
NerdsCorp merged 1 commit into
mainfrom
claude/fix-build-failures-602hv
Dec 28, 2025
Merged

fix: Revert to Mono.Data.Sqlite.Portable for Editor project#35
NerdsCorp merged 1 commit into
mainfrom
claude/fix-build-failures-602hv

Conversation

@NerdsCorp
Copy link
Copy Markdown
Owner

  • Changed package reference from Microsoft.Data.Sqlite back to Mono.Data.Sqlite.Portable 1.0.3.5
  • Updated using statement to use Mono.Data.Sqlite namespace
  • Updated all SQLite class names to use capital L (SQLiteConnection, SQLiteCommand, SQLiteParameter)
  • This should resolve the build errors related to missing SQLite types

- Changed package reference from Microsoft.Data.Sqlite back to Mono.Data.Sqlite.Portable 1.0.3.5
- Updated using statement to use Mono.Data.Sqlite namespace
- Updated all SQLite class names to use capital L (SQLiteConnection, SQLiteCommand, SQLiteParameter)
- This should resolve the build errors related to missing SQLite types
@NerdsCorp NerdsCorp merged commit f874c33 into main Dec 28, 2025
1 check passed
@NerdsCorp NerdsCorp deleted the claude/fix-build-failures-602hv 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