-
Notifications
You must be signed in to change notification settings - Fork 2k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
whats new in preview 3 #4993
whats new in preview 3 #4993
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request updates the EF Core 10.0 What's New documentation to include improvements for evolving models in Azure Cosmos DB for NoSQL.
- Adds a new section for Azure Cosmos DB with anchors for in-page navigation.
- Documents the improved experience when introducing required properties without breaking entity materialization.
Comments suppressed due to low confidence (1)
entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md:20
- [nitpick] The use of HTML anchor tags here is different from the markdown header style used later in the file. Consider using a consistent method for defining anchors to improve readability and maintainability.
<a name="cosmos"></a>
@roji @cincuranet is dotnet/efcore#35617 something worth documenting here? |
7607f09
to
512251e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@roji @cincuranet is dotnet/efcore#35617 something worth documenting here?
This is more of a support thing to allow extension packages with more streamlined installation, e.g. the upcoming sqlite_vec (and in the future, maybe also spatialite). I think a bullet point about it would make sense, though it's not in itself a direct user-facing feature.
512251e
to
d2e70aa
Compare
No description provided.