Seem like IList 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, List and ICollection are supported
Source=ChangeTracking"
for String I am getting the below error when I Add an Item to the IList
System.TypeLoadException
HResult=0x80131522
Message=Could not load type 'Castle.Proxies.StringProxy' from assembly 'DynamicProxyGenAssembly2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because the parent type is sealed."