Merge main to preview.7#5424
Merged
Merged
Conversation
Fixes #4783 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…5338) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…ies (#5341) Document that EF.Constant() and EF.Parameter() no longer work inside compiled queries (EF.CompileQuery/EF.CompileAsyncQuery) starting with EF Core 9, due to the reimplementation of EF.Constant to avoid query cache misses (dotnet/efcore#33674). Reported by user in dotnet/efcore#38150. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…re 11 (#5324) Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Update documentation to reflect API changes from dotnet/efcore#37993: - SqlServerFullTextIndexBuilder: HasKeyIndex→UseKeyIndex, OnCatalog→UseCatalog, WithChangeTracking→HasChangeTracking, HasLanguage→UseLanguage - FreeTextTable/ContainsTable: columnSelector moved after search text (now optional) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…es.md Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/9b344332-4463-4b56-87ba-624d797f5cfe Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
* Fix broken ChilliCream Hot Chocolate EF integration link Agent-Logs-Url: https://github.com/dotnet/EntityFramework.Docs/sessions/09841280-9b60-47ca-b74b-d3b6b4db8b62 Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> * React to PR feedback Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com> Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Updated metadata for .NET data documentation.
…sFromAssembly - Add a NOTE block in entity-framework/core/modeling/index.md describing the parameterless constructor requirement. - Clarify that the constructor may be public or non-public. - Mention that types without one are skipped and a SkippedEntityTypeConfigurationWarning is logged. - Point readers to ModelBuilder.ApplyConfiguration as the manual alternative. Fixes #3207
Fixes #5112 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Preview.5 docs
…ms.author fields (#5389)
…hange in EF Core 10 (#5406)
Document EF Core 11 FullJoin support (#5374) Document EF Core 11 indexing enhancements (#5380) Document runtime migration creation (`--add` option for `database update`) (#5384) Document obsoletion of owned JSON collections without an explicit key (EF11) (#5383) Document Microsoft.Data.Sqlite SQLite3MC breaking change (#5385) Document sqlite3mc glibc requirement and SQLite fallback paths in EF Core 11 breaking changes (#5407) Document PR #38440 provider-facing breaking change Add xUnit v3 upgrade as a test change in provider-facing changes Add PR #38192 (complex-type keys/indexes) as a provider-facing change (#5392) Fixes #5246 Fixes #5238 Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com> Co-authored-by: Shay Rojansky <roji@roji.org> Co-authored-by: Jiri Cincura ↹ <jiri@cincura.net>
AndriySvyryd
approved these changes
Jul 14, 2026
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.
Thanks for the feedback on #5423. I've created this new PR, which merges into #5423, to address your comment. I will work on the changes and keep this PR's description up to date as I make progress.
Original PR: #5423
Triggering comment (#5423 (comment)):