Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angara.Html.Save() doesn't allow to save an object with circular references. #1

Open
msdvoits opened this issue Feb 19, 2016 · 1 comment

Comments

@msdvoits
Copy link

How to reproduce

Try to save CultureInfo object using function Angara.Html.Save:

 Angara.Html.Save "culture.html" System.Globalization.CultureInfo.CurrentCulture 

Expected: The culture.html file produced that displays public properties of the CultureInfo instance; circular references can be shown as hyperlinks within the document.

Observed: The function Angara.Html.Save throws an exception StackOverflowException.

@msdvoits
Copy link
Author

At least we should add the remark to the inline documentation of Angara.Html.Save.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant