You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same code that reads object fields recursively using IClrValue.ReadObjectField fails to read LinkedListNode<>.Item field. it can not ready type correctly and as type name I got just 'T'
however if I se 4.0.0-beta.24360.3 it all works as expected
same code that reads object fields recursively using IClrValue.ReadObjectField fails to read LinkedListNode<>.Item field. it can not ready type correctly and as type name I got just 'T'
however if I se 4.0.0-beta.24360.3 it all works as expected