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
It appears that circular references in datacontract objects are not well supported, and always lead to a StackOverflowException. This seems to be due to the way recursivity is handled while parsing objects in the MetaWCFBodyBuilder class.
Hi!
First of all, thank you for your project.
It appears that circular references in datacontract objects are not well supported, and always lead to a StackOverflowException. This seems to be due to the way recursivity is handled while parsing objects in the
MetaWCFBodyBuilder
class.Short example :
references
which references
CircularReferenceFirstObject
. StackOverflow is raised on first call.The text was updated successfully, but these errors were encountered: