Skip to content

Record type isn't decompiled well if a field is declared before a property #3568

@CreateAndInject

Description

@CreateAndInject

This will cause IsGeneratedXXX failed

record Test(int ID, string Text)
{
    public int Field;

    public int Property { get; set; }
}

Metadata

Metadata

Labels

BugDecompilerThe decompiler engine itself

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions