-
Notifications
You must be signed in to change notification settings - Fork 3.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
Azure Cosmos task list #12086
Comments
@psibernetic Yes, we are planning to change that after preview. One possible solution is to name it after the derived DbContext type. |
Sounds like a great solution, thanks! |
Hi, I see on the announcement of 2.2 Preview 2 (https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-2-2-preview-2/) : "No nesting of owned entities in documents: We are planning to use entity ownership to decide when an entity should be serialized as part of the same JSON document as the owner. In fact we are extending the ability to specify ownership to collections in 2.2. However this behavior hasn’t been implemented yet and each entity is stored as its own document." This GH issue is then linked as a means to check the status of items, but I can't see any items here about nesting owned entities. Is this in place on the previews, or any non-preview version? |
@kierenj It's implemented since 2.2 Preview 3
|
All the feature work planned for 3.0 has been completed. |
Is there an active task list or feed to subscribe to get notified as new features get added in general? |
Note: This issue is to track smaller task items for EFCore.Cosmos.Sql provider. Use #8443 for discussions/questions.
2.2 Preview 1
2.2 Preview 2
2.2 Preview 3
id
property by default, instead map it to a shadow AK and generate a GUID3.0 Preview 2
ToContainer
for owned typesToProperty
to configure the store property name. Empty value deactivates persistence.3.0 Preview 3
3.0 Preview 4
3.0 Preview 7
Database
3.0 Preview 8
3.0 Preview 9
Potential post-3.0 work
Column
property attribute (Cosmos: Add support for Table and Column data annotations #17300)Find
by using 'id' (Cosmos: OptimizeFind
by querying by 'id' #17310)The text was updated successfully, but these errors were encountered: