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
Hello @luczito I think I found the place where this error occurs.
But are you sure about the specified configuration or the description of the interfaces provided?
On this basis, I can set the condition you specified only in the reverse configuration.
Suppose we have two interfaces which are identical except that one has a field the other does not.
When creating a mapping config we would simply ignore this field as:
However this throws the error:
"System.ArgumentException : Incorrect number of arguments for constructor"
The only fix as far as i can tell is to explicitly map this property to something E.G:
Or to hardcode what class to use when this mapping pair is hit:
Both of these fixes are suboptimal, are there any other way to get around this issue?
The text was updated successfully, but these errors were encountered: