Unable to map property of type custom collection interface #4029
Locked
mingyaulee
started this conversation in
NA
Replies: 1 comment 4 replies
-
Check the execution plan. |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Source/destination types
Mapping configuration
Version: 11.0.1
Expected behavior
Property
Collection
is mapped successfully fromSource
toDestination
.Actual behavior
A mapping exception was thrown
Unable to cast object of type 'System.Collections.Generic.List
1[System.Int32]' to type 'Test.ICustomCollection'.`.Steps to reproduce
Link to fiddle
Beta Was this translation helpful? Give feedback.
All reactions