Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
ajcvickers merged 1 commit intomainfrom240502_NewRow
May 7, 2024
Merged

What's New for preview 4#4718

ajcvickers merged 1 commit intomainfrom240502_NewRow
May 7, 2024

Conversation

@ajcvickers
Copy link
Contributor

No description provided.

@ajcvickers
Copy link
ContributorAuthor

Draft release notes

The 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 NoSQL

We are working on significant updates in EF9 to the EF Core database provider for Azure Cosmos DB for NoSQL. For preview 4, these include:

  • Role-based access control (RBAC) is supported by EF9 for both management and use of containers.
  • Azure Cosmos DB for NoSQL does not support synchronous (blocking) access from application code. EF Core now blocks synchronous access by default, helping people fall into the pit-of-success of using async I/O.
  • Cosmos primitive collection support has been updated to use the metadata and model building APIs from EF8

SeeAzure Cosmos DB for NoSQL in theWhat's New docs for more information.

GroupBy complex types

In preview 4, EF9 now supports grouping (GroupBy queries) that group by a complex type instance. The resulting SQL uses groups by all members, reflecting the value object semantics of complex types.

SeeGroupBy complex types in theWhat's New docs for more information.

Read-only primitive collections

EF8 introduced support for mapping arrays and mutable lists of primitive types. This has been expanded in EF9 to include read-only collections declared asIReadOnlyList,IReadOnlyCollection, orReadOnlyCollection.

SeeRead-only primitive collections in theWhat's New docs for more information.

Everything else in preview 4

Preview 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:

y0ung3r reacted with thumbs up emoji

@ajcvickersajcvickers requested a review froma teamMay 2, 2024 18:12
@ajcvickersajcvickers merged commit32b32ea intomainMay 7, 2024
@ajcvickersajcvickers deleted the 240502_NewRow branchMay 7, 2024 16:28
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@SamMonoRTSamMonoRTSamMonoRT approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@ajcvickers@SamMonoRT

[8]ページ先頭

©2009-2025 Movatter.jp