Open SzymonPobiega opened 7 years ago
@SzymonPobiega as you assigned this yourself, are you actively doing something related to this issue?
@timbussmann Nope. I've assigned it to not lose it. Feel free to un-assign me.
We have triaged this issue and will be considering it for inclusion in one of the upcoming maintenance releases for this package.
Types that implement
IEnumerable
of themselves cause XML serializer to boom withStackOverflowException
. An example isJToken
:The problematic line is 54 in
XmlSerializerCache
.