-
Notifications
You must be signed in to change notification settings - Fork 394
Open
Labels
Description
I have a class A that has a DateTime property, and class B that has a long property.
Both properties have the same name.
I've setup the rule for type DateTime converting to long in a config C1 which implements IRegister interface.
And of course a config C2 for A converting to B
But when I map from A to B, that DateTime property will always 0, unless I set the mapping rule in config C2.
Reactions are currently unavailable