Replies: 2 comments 2 replies
-
Thanks for the bug report 😊 Do you know which version of mapperly you are using? I recently changed the way arrays work in |
Beta Was this translation helpful? Give feedback.
2 replies
-
Created #690 |
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
-
I created a test project (attached it), in which we are getting nullable errors, but only when the target of the mapping is from a different library. But I can't figure out why this happens.
local projects.zip
We have a source:
and a mapper:
and the target, but this target is included via a references project:
now this generates:
but it also results in the following nullable warning:
the weird thing is, if I move the
Target
class to the same project, the issue goes away.Beta Was this translation helpful? Give feedback.
All reactions