Skip to content

Allow assembly-wide usage of UseStaticMapper #1146

Description

@cremor

Is your feature request related to a problem? Please describe.
I have a static mapper that is used in many other mappers. I don't want to add the UseStaticMapper attribute to each mapper class.

Describe the solution you'd like
UseStaticMapper should be allowed as an assembly attribute and should apply to all mappers in the assembly.

Describe alternatives you've considered
A new optional property UseAsStaticMapper (or similar) on the Mapper attribute that enables the usage of this mapper as a static mapper in all other mappers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions