Document Microsoft.Data.Sqlite .NET Framework support removal in EF Core 11 breaking changes#5411
Open
AndriySvyryd with Copilot wants to merge 2 commits into
Open
Document Microsoft.Data.Sqlite .NET Framework support removal in EF Core 11 breaking changes#5411AndriySvyryd with Copilot wants to merge 2 commits into
AndriySvyryd with Copilot wants to merge 2 commits into
Conversation
Copilot created this pull request from a session on behalf of
AndriySvyryd
July 2, 2026 00:34
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a missing EF Core 11 breaking-change entry documenting that Microsoft.Data.Sqlite drops .NET Framework compatibility, and provides rationale plus mitigation guidance for apps that can’t yet migrate off .NET Framework.
Changes:
- Adds a new breaking-change row for “Microsoft.Data.Sqlite no longer supports .NET Framework” to the Microsoft.Data.Sqlite summary table.
- Introduces a dedicated Medium-impact breaking-change section describing old/new behavior, rationale, and mitigations.
AndriySvyryd
reviewed
Jul 2, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Andriy Svyryd <AndriySvyryd@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.
Adds the missing EF Core 11 breaking-change note for
Microsoft.Data.Sqlitesupport on .NET Framework. The doc now makes the platform change explicit and calls out the 10.0.x servicing line as the path for apps that must remain on .NET Framework while continuing to pick up SQLite CVE fixes shipped there.Breaking change entry
Microsoft.Data.Sqliteitem to the EF Core 11 breaking-changes summary table.Support boundary clarification
Microsoft.Data.Sqlite/Microsoft.Data.Sqlite.Corepreviously flowed throughnetstandard2.0, which allowed .NET Framework consumption.net10.0only, so .NET Framework apps can no longer move forward to 11.0.Migration guidance
10.0.xservicing release.Servicing/CVE note
SQLite3MC.PCLRaw.bundle, so staying on that line remains the practical way to receive ongoing bundled SQLite security fixes without moving off .NET Framework immediately.