Skip to content

Setup member of type array kills complete source generation #42

@bramerdaniel

Description

@bramerdaniel

Something like that kills the code gen completely

[FluentSetup(typeof(Bar))]
internal partial class SessionDescriptionSetup
{

}

internal class Bar
{
public Foo[] Instances { get; set; }
}

internal class Foo
{
public string Value { get; set; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions