Skip to content

Can we do changetracking for IList<int> or IList<String> #64

@tgattu

Description

@tgattu

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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions