-
Type:
Improvement
-
Resolution: Done
-
Priority:
Unknown
-
Affects Version/s: None
-
None
-
None
-
Dotnet Drivers
-
None
-
None
-
None
-
None
-
None
-
None
We currently allow users to specify whether a owned entity must exist or not using the EF navigation api such as mb.Entity<Customer>().Navigation(c => c.PrimaryAddress).IsRequired(false) however EF does not permit us to do the same for collections.
Cosmos by default permits missing owned collections (and in some cases initializes them).
We should relax our rule as so that if a Bson element is missing that would have contained an owned collection we instead allow null to pass through.
Initialization to an empty list or array will continue to be covered in EF-164.
- is related to
-
EF-164 Allow default values for CLR objects when missing in document
-
- Blocked
-