Skip to content

StackOverflow in InternalCopy #9

@klugerama

Description

@klugerama

In InternalCopy, there is a line:

CopyFields(originalObject, visited, cloneObject, typeToReflect);

...but then in CopyFields, you have the line:

var clonedFieldValue = InternalCopy(originalFieldValue, visited);

This results in a StackOverflow 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