You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapperly should emit a warning when a mapping function is generated where the source is not used at any point to generate the target value. I'd argue that this is never intentional and only causes unexpected bugs, see #1107
ie
privatestaticProtobuf.TimestampMapToTimestamp(global::System.DateTimeOffsetsource){// source is not used, probably a bug.vartarget=newProtobuf.Timestamp();returntarget;}
I'm not sure how it should be configurable be able to be disabled. There might be some scenarios where this is intentional.
The text was updated successfully, but these errors were encountered:
Mapperly should emit a warning when a mapping function is generated where the source is not used at any point to generate the target value. I'd argue that this is never intentional and only causes unexpected bugs, see #1107
ie
I'm not sure how it should be configurable be able to be disabled. There might be some scenarios where this is intentional.
The text was updated successfully, but these errors were encountered: