This is the general availability release for the 8.2.1 version of the provider.
The main new features in 8.2.1 include:
- Supports Entity Framework shadow properties EF-42
- CreateDatabase now creates indexes defined with CreateIndex EF-173
- Supports MQL.Exists/IsMissing/IsNullOrMissing in LINQ queries EF-178
Additionally this release also:
- Fixes OfType in LINQ calls to correctly use metadata in subsequent methods EF-180
- Updates the MongoDB C# Driver version from 3.0.0 to 3.1.0
1 Like
What are the plans to get MongoDB.EntityframeworkCore updated to EF Core 9? This version doesn’t work with EF Core 9.
The current plan is to continue with EF8 support until we have addressed the remaining missing features (select projections, groupby, aggregations etc) before moving on to EF9.
Is there some specific feature or requirement that you are needing to use EF9 for?
Same problem here… I can’t move to EF Core 9 because of Mongo… I use more providers than Mongo an Mongo it’s preventing from updating the others to EF Core 9
I’m investigating some alternative options to see if we can deliver something sooner. Stay tuned.
Yeah, the Mongo EF driver is not compatible at all with EF 9 (MissingMethodException’s). Any updates?
Our revised plan is to put our a preview release in the next couple of weeks.