Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
This repository was archived by the owner on May 29, 2025. It is now read-only.

Getting call stack exceeded if Model references itself. #13

@gislikonrad

Description

@gislikonrad

If you have a model that looks something like the following

public class SomeClass { public string Id { get; set; } public SomeClass[] Children { get; set; } }

The model schema display throws a call stack exceeded exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions