Ian Powell
Ian Powell
Same problem as @imsam67
I solved this problem by making the collection a type that inherits from an ObservableObject, any changes to the object will then change in the collection.
Yes, I created a class eg `Monkey` which inherits `ObservableObject` then created an `ObservableCollection`
I am having the same problem. It baffles me why this has been moved to the backlog when it is a serious problem. There is currently no feasible work around
Further research https://www.ibm.com/docs/en/i/7.3?topic=clause-symbols-used-in-picture shows that X(40) should allow 40 characters from the EBCDIC character set. https://en.wikipedia.org/wiki/EBCDIC shows that `(` `)` and `=` are valid characters
Hi, thanks for the response. I am trying to deserialise and I get errors when the sender includes `=` in the text.
I found this useful when I had the problem https://github.com/MarcosMeli/FileHelpers/blob/ecc07e9e7942394f987af0cafd1ef6ca10a5ffe2/FileHelpers.Tests/Tests/Common/ArrayFields.cs#L536