MongoDB EF Core provider updates - #5443
Merged
Merged
Conversation
Add .NET 9 and 10 as officially supported versions for the MongoDB EF Core provider
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the EF Core providers index documentation to reflect expanded compatibility for the MongoDB EF Core provider.
Changes:
- Update the MongoDB.EntityFrameworkCore row to list support for EF Core 9 and 10 (in addition to 8).
- Adjust the corresponding table entry formatting.
Suppressed comments (1)
entity-framework/core/providers/index.md:31
- The PR description says this change adds “.NET 9 and 10” support, but this table column is explicitly “For EF Core” (EF Core major versions). If the intent is EF Core 9/10 compatibility, consider updating the PR title/description to avoid confusion; if the intent is runtime TFMs, this table may not be the right place to represent that.
| [MongoDB.EntityFrameworkCore](https://www.nuget.org/packages/MongoDB.EntityFrameworkCore/) | MongoDB | [MongoDB](https://www.mongodb.com/) | | 8, 9, 10 | [docs](https://www.mongodb.com/docs/entity-framework/current/) |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
cincuranet
approved these changes
Aug 7, 2026
cincuranet
enabled auto-merge (squash)
August 7, 2026 09:33
SamMonoRT
approved these changes
Aug 7, 2026
Contributor
|
Thanks @rishitb-mongodb. |
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.
Add .NET 9 and 10 (i.e EF Core 9 and 10 as well) as officially supported versions for the MongoDB EF Core provider. These are supported and tested against.