Replies: 1 comment
-
You can easily use a resolver or a value converter for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following types:
When I map from
Source
toDestination
, I want to substitute the null value for Date toDateTime.Today
, however it looks like that theNullSubstitute
expects a fixed value. Would it be possible to get an overload ofNullSubstitute
that accepts aFunc<object>
?Beta Was this translation helpful? Give feedback.
All reactions