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.
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
UseStaticMapperattribute to each mapper class.Describe the solution you'd like
UseStaticMappershould 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 theMapperattribute that enables the usage of this mapper as a static mapper in all other mappers.