Skip to content

Add docs for the remaining preview 6 features - #5382

Merged
AndriySvyryd merged 6 commits into
preview.6from
copilot/update-whats-new-and-documentation
Jun 11, 2026
Merged

Add docs for the remaining preview 6 features#5382
AndriySvyryd merged 6 commits into
preview.6from
copilot/update-whats-new-and-documentation

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the EF Core 11 documentation with several new features and improvements, especially for SQLite and complex type configuration, along with some minor corrections and enhancements. The most significant changes include new SQLite string aggregation capabilities, support for UInt128, improved configuration of complex types, and wildcard context support in CLI migration commands.

SQLite improvements:

  • Added documentation for ordering in string aggregation with string.Join and string.Concat using OrderBy/OrderByDescending in SQLite's group_concat, available in EF Core 11 and requiring SQLite 3.44.0 or later. [1] [2]
  • Documented support for binding System.UInt128 parameter values in Microsoft.Data.Sqlite, with correct ordering and comparison in the database.

Complex type configuration:

  • Moved and expanded the section on configuring complex type properties via lambda chaining, clarifying that EF Core 11 allows direct property configuration using chained member access in the lambda expression passed to Property. [1] [2]

CLI and tooling enhancements:

  • Added documentation for wildcard context (*) support in dotnet ef migration commands, allowing operations across all DbContext types in a project with a single command.

Other documentation corrections:

  • Fixed a link to Azure documentation to use a relative path.
  • Updated the documentation date.
  • Updated a C# language feature link to point to the correct GitHub proposal.
  • Updated the Hot Chocolate and Entity Framework Core integration docs link to target the correct version.Addresses several documentation issues: a missing UInt128 limitation callout, a misplaced section, and three broken/absolute links.

@AndriySvyryd AndriySvyryd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Update progress by describing that this PR documents the remaining preview 6 features

Comment thread entity-framework/core/cli/dotnet.md Outdated
Copilot AI requested a review from AndriySvyryd June 10, 2026 21:24
@AndriySvyryd AndriySvyryd changed the title Fix docs: UInt128 data reader limitation, move lambda chaining section, fix broken links Add docs for the remaining preview 6 features Jun 10, 2026
@AndriySvyryd
AndriySvyryd requested a review from Copilot June 10, 2026 21:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the EF Core 11 “What’s New” documentation to cover remaining Preview 6 features (notably SQLite translation improvements and tooling enhancements) and fixes a few documentation links/corrections across the docs set.

Changes:

  • Documented SQLite ordered string aggregation translations and UInt128 parameter binding support in EF Core 11.
  • Added docs for wildcard (*) --context support across multiple dotnet ef migration/database commands.
  • Fixed/updated several documentation links (C# proposal link, Azure API doc link style, Hot Chocolate integration docs URL) and updated the EF Core 11 page date.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md Updates the C# proposal link for foreach extension GetEnumerator support to the canonical GitHub proposal.
entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md Adds new EF Core 11 feature documentation sections (SQLite aggregation ordering, UInt128, CLI wildcard context) and reorganizes complex type content.
entity-framework/core/what-is-new/ef-core-11.0/breaking-changes.md Updates an Azure documentation link to a Learn-relative path.
entity-framework/core/providers/sqlite/functions.md Extends SQLite function mapping table to include ordered group_concat translations for string.Join/string.Concat.
entity-framework/core/learn-more/community-standups.md Updates the Hot Chocolate + EF Core integration documentation link to the versioned URL.

Comment thread entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md Outdated

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Update progress by describing that this PR documents the remaining preview 6 features

This PR documents the remaining EF Core 11 Preview 6 features: SQLite ordered string aggregation, UInt128 parameter binding, configuring complex type properties via lambda chaining, and wildcard context support for migration commands, along with several documentation link fixes.

Comment thread entity-framework/core/what-is-new/ef-core-11.0/whatsnew.md Outdated
Copilot AI requested a review from AndriySvyryd June 10, 2026 22:06
@AndriySvyryd
AndriySvyryd marked this pull request as ready for review June 10, 2026 22:10
@AndriySvyryd
AndriySvyryd requested a review from SamMonoRT June 10, 2026 22:10
Comment thread entity-framework/core/learn-more/community-standups.md
@AndriySvyryd
AndriySvyryd merged commit 056e4e6 into preview.6 Jun 11, 2026
5 checks passed
@AndriySvyryd
AndriySvyryd deleted the copilot/update-whats-new-and-documentation branch June 11, 2026 19:38
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.

4 participants