Currently unmapped properties can be overridden during updates. An entity-type level configuration like PreserveUnmappedProperties could be introduced to avoid this at the cost of performance.
Alternatively, #20584 would allow to map all dynamic properties to a Dictionary<string, object>
Currently unmapped properties can be overridden during updates. An entity-type level configuration like
PreserveUnmappedPropertiescould be introduced to avoid this at the cost of performance.Alternatively, #20584 would allow to map all dynamic properties to a
Dictionary<string, object>