Skip to content

Fixed keyword removed despite skip directives #1073

Open
@zyzy811

Description

@zyzy811
public unsafe struct Test
{
    public fixed byte data[8];
}

After running the cleaning activity document:
public unsafe struct Test
{
public byte data[8];
}
This caused an error in the code

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