-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
The collections need to be ordered, since they will be mapped to JSON arrays. (Unless we allow to map to objects, see #28861)
This only covers collections of reference types. For value types see #31411
- Model building and validation
- Convention to automatically configure nested properties inside complex types as complex properties (and not navigations)
- Throw for shadow properties on value complex types: Support shadow properties on value type complex types #35337
- Throw for complex collections not mapped to JSON
- Warn when mapping a List as non-collection
- Introduce
IStructuralProperty
withITypeBase TargetType {get;}
property - ChangeTracker.DebugView.LongView throws ArgumentOutOfRangeException with tracked complex property #36427
- Figure out the story around required complex properties within optional complex types #36402)
- Compiled model support
- Refactor change tracking property accessors
- Change tracking support
- Query support (#36296, @roji)
-
ExecuteUpdate support
MichaelM223, Lippur, haslingerm, rdogmartin, CameO73 and 343 moretotpero