ChangeTracking
ChangeTracking copied to clipboard
Can we do changetracking for IList<int> or IList<String>
Seem like IList<T> change tracking only support id T is a Class.
Try to track changes for IList and IList
for Int I am getting below error when I make the object AsTrackable() I am getting "System.InvalidOperationException HResult=0x80131509 Message=Only IList<T>, List<T> and ICollection<T> are supported Source=ChangeTracking"
for String I am getting the below error when I Add an Item to the IList
@tgattu primitives are not supported see here
thank you! Does change tracking can support Dictionary Data structures?
No