- Notifications
You must be signed in to change notification settings - Fork2k
What's New for preview 4#4718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ajcvickers commentedMay 2, 2024
Draft release notesThe team has been working primarily on EF Core internals, so there are no new big features in EF Core 9 (EF9) Preview 4. However, this means we really need people like you to run your code on these new internals and report back what you find. We want to fix bugs in the new internals as soon as possible in order to have a strong GA release later in the year. That being said, there are several smaller enhancements included in preview 4. For full details, seeWhat's new in EF Core 9. To discuss the EF9 release, go toTry EF Core 9 now! on GitHub. Enhanced database provider for Azure Cosmos DB for NoSQLWe are working on significant updates in EF9 to the EF Core database provider for Azure Cosmos DB for NoSQL. For preview 4, these include:
SeeAzure Cosmos DB for NoSQL in theWhat's New docs for more information. GroupBy complex typesIn preview 4, EF9 now supports grouping ( SeeGroupBy complex types in theWhat's New docs for more information. Read-only primitive collectionsEF8 introduced support for mapping arrays and mutable lists of primitive types. This has been expanded in EF9 to include read-only collections declared as SeeRead-only primitive collections in theWhat's New docs for more information. Everything else in preview 4Preview 4 contains: EF Core 9 preview 4 (and Microsoft.Data.Sqlite) contains work from the EF Team at Microsoft (@roji@AndriySvyryd@maumar@ajcvickers@cincuranet@SamMonoRT@luisquintanilla) as well as contributions from the EF Core community. The community PRs in EF9 Preview 4 are: |
No description provided.