You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In case when I using plugin that automatically mark all properties as @AutoMap I can have a scenario where I don't want AutoMap property to just ignore them or to fix problem like Circular Dependencies.
Describe the solution you'd like
Add decorator that override AutoMap like AutoMapDisable and disable him.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In case when I using plugin that automatically mark all properties as
@AutoMap
I can have a scenario where I don't wantAutoMap
property to just ignore them or to fix problem likeCircular Dependencies
.Describe the solution you'd like
Add decorator that override
AutoMap
likeAutoMapDisable
and disable him.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: