Skip to content

Generate attributes in source instead of using contract packages #26

@Frederik91

Description

@Frederik91

When using the current solution it leaks the contracts packages as dependencies. This can be avoided by generating the attributes and enums with the source generator, making the types internal to the assembly.

This will be yt a breaking change. If we choose to do this, should we also consider moving the types into the same namespace? We now have a enums and attributes namespace. This is not adding value and makes the consumer add more using statements.

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