Skip to content

StackOverflowException when merging an entity with a lazy property #1436

@offan

Description

@offan

When you call Merge, you may get a StackOverflowException. Test added. May be corrected by a change in the file PocoEntityTuplizer, in the method HasUninitializedLazyProperties:

if (EntityMetamodel.HasLazyProperties 
    // add this
    && !(entity is IProxy))

But I do not know if it is correct or not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions