Skip to content

don't work with new c# version namespace format #9

@farelusStudy

Description

@farelusStudy

Hello!
Great library, but it doesn't generate builder with files using C# 10 namespace formats.
Works good:

namespace SomeName
{
    [GenerateDataBuilder]
    class A
    {
    }
}

Don't work:

namespace SomeName;

[GenerateDataBuilder]
class A
{
}

Described the problem in case someone repeats it.
Thank for attention!

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