Struggling with mapping readonly ICollection property #688
Unanswered
akordowski
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi everyone!
I am currently struggling with the mapping of a readonly ICollection property. I followed the instructions but I can't make it work. The readonly collection is not populated with the mapped content. What am I making wrong? Have anyone an idea how I can make it work?
Here the code:
Programm.cs
ThumbnailMapping.cs
Channel.cs (Destination)
Thumbnail.cs (Destination)
Channel.cs (Source)
ThumbnailDetails.cs (Source)
Thumbnail.cs (Source)
Beta Was this translation helpful? Give feedback.
All reactions