79259368

Date: 2024-12-06 21:01:25
Score: 0.5
Natty:
Report link

If you want to ignore property globally, There is a method AddGlobalIgnore in Profile Class of AutoMapper. This is available in AutoMapper version 13.0 or later.

e.g: AddGlobalIgnore("CreatorUserId");

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shahid Malik