Allow ObservableCollection for array-valued columns for "deep" change tracking proxies
Open
area-change-tracking
area-proxies
customer-reported
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
When using change tracking proxies, it could be useful to have ObservableCollection properties on the entity type, and wiring things up so that changing the property in any way notifies the change tracker of the change. This would be useful with byte arrays, JSON arrays, PostgreSQL arrays, etc.
Raised by @Khitiara in https://github.com/npgsql/efcore.pg/issues/2266
Contributor guide
Assessment
This issue has not been assessed yet.