Document SQLitePCLRaw 3.x breaking changes for Microsoft.Data.Sqlite 11.0#5300
Merged
AndriySvyryd merged 6 commits intomainfrom Mar 24, 2026
Merged
Document SQLitePCLRaw 3.x breaking changes for Microsoft.Data.Sqlite 11.0#5300AndriySvyryd merged 6 commits intomainfrom
AndriySvyryd merged 6 commits intomainfrom
Conversation
….x to EF Core 11.0 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/dbab271d-ed3a-42c0-86ae-3a22aeddeecc
…le packages Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/dbab271d-ed3a-42c0-86ae-3a22aeddeecc
Copilot created this pull request from a session on behalf of
AndriySvyryd
March 20, 2026 21:37
View session
There was a problem hiding this comment.
Pull request overview
Adds a new Microsoft.Data.Sqlite breaking changes section to the EF Core 11 breaking changes page, documenting the impact of SQLitePCLRaw 3.x removing several bundle packages and no longer distributing free encryption-enabled SQLite builds.
Changes:
- Documented removal of encryption-enabled SQLite bundle packages and provided mitigation options.
- Documented removal of several SQLitePCLRaw bundle packages and provided migration guidance (provider packages + explicit initialization).
- Added a dedicated Microsoft.Data.Sqlite summary table and anchored subsections for deep links.
…ry NOTE, use version placeholders Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/017b552e-558b-41e9-a54d-d8ad50f8b282
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/5229d289-4b00-4366-afa4-577551273705
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/48d9b916-11ee-4e7e-b515-e8eb3b5b0ccd
roji
approved these changes
Mar 21, 2026
…y-maintained Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/385d7c18-9fef-49f4-81c7-3bab1ff391b8
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.
SQLitePCLRaw 3.0 removes several bundle packages and drops all free encryption-enabled SQLite builds. This adds the corresponding Microsoft.Data.Sqlite breaking changes section to the EF Core 11.0 breaking changes page, mirroring the structure used on the 10.x page.
Changes
bundle_e_sqlcipheris deprecated/gone. The "Why" section explains that the previous package was barely maintained, raising security concerns for encryption software. Documents three paid alternatives: SEE, SQLCipher via Zetetic, SQLite3 Multiple Ciphers via SourceGear.bundle_sqlite3,bundle_winsqlite3,bundle_green, andbundle_e_sqlite3mcno longer exist. Users must reference provider packages directly and callSetProvider()explicitly.Migration example for removed bundles
<!-- START COPILOT CODING AGENT TIPS --> --- 📱 Kick off Copilot coding agent tasks wherever you are with [GitHub Mobile](https://gh.io/cca-mobile-docs), available on iOS and Android.