Skip to content

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

@msdvoits

Description

@msdvoits

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions