Issues with AutoMapper Mapping Nested Collections in C# 9 - Empty Destination List
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-08
c# automapper dotnet collections
I'm experiencing an issue with AutoMapper when trying to map a source object that has a nested collection to a destination object. The source object looks like ...