-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the usage of external methods with MapProperty.Use
, MapPropertyFromSource.Use
and MapValue.Use
#1298
Comments
MapProperty.Use
and MapPropertyFromSource.Use
This is not supported and isn't expected to work. Right now |
MapProperty.Use
and MapPropertyFromSource.Use
MapProperty.Use
, MapPropertyFromSource.Use
and MapValue.Use
100% support the |
@IanKemp Go for it! 😊 I'm looking forward to review your PR. |
@latonz Would appreciate a pointer on the architectural approach before I go ahead and jump into implementation. From my initial investigation it seems that the simplest way to implement this would be to change Then I looked at making Thoughts? |
@IanKemp instead of adding nullable value type handling to all of the arms in The second problem with the |
Describe the bug
UseStaticMapper doesnt work with MapPropertyFromSource
Code
Generated code
Error
The text was updated successfully, but these errors were encountered: