Document Microsoft.Data.Sqlite SQLite3MC breaking change#5385
Open
Copilot wants to merge 13 commits into
Open
Conversation
…yption is a bonus
Copilot created this pull request from a session on behalf of
AndriySvyryd
June 12, 2026 22:20
View session
Member
There was a problem hiding this comment.
@copilot Also mention replacing SQLitePCLRaw.bundle_e_sqlite3mc with SQLite3MC.PCLRaw.bundle
Contributor
Author
There was a problem hiding this comment.
Addressed in dde283b by adding SQLitePCLRaw.bundle_e_sqlite3mc → SQLite3MC.PCLRaw.bundle migration guidance.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the EF Core 11 breaking changes documentation to cover the Microsoft.Data.Sqlite switch to the SQLite3 Multiple Ciphers (SQLite3MC) native bundle, explaining the security/maintenance rationale and outlining compatibility considerations and mitigations for affected apps.
Changes:
- Adds a new low-impact breaking change entry documenting the
Microsoft.Data.Sqlitemove fromSQLitePCLRaw.bundle_e_sqlite3toSQLite3MC.PCLRaw.bundle, including behavior changes and fallbacks. - Updates the SQLite encryption mitigation guidance to highlight SQLite3MC as an option (with pointers to configuration docs).
- Fixes/modernizes doc details (ms.date update, and replaces an absolute Learn link with a root-relative API link).
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the EF Core 11
Microsoft.Data.Sqliteswitch fromSQLitePCLRaw.bundle_e_sqlite3toSQLite3MC.PCLRaw.bundle, including the security-update rationale and user-visible compatibility risks.Breaking change entry
e_sqlite3mcnative bundle.Microsoft.EntityFrameworkCore.Sqlitealso referencesSQLite3MC.PCLRaw.bundlethroughMicrosoft.Data.Sqlite.User guidance
SQLitePCLRaw.bundle_e_sqlite3mcwithSQLite3MC.PCLRaw.bundle.e_sqlite3build:Microsoft.EntityFrameworkCore.Sqlite.Core: