CodexBloom - AI-Powered Q&A Platform

Dapper Not Mapping Complex Types Correctly in .NET 6 - How to Fix It?

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-13
dapper .net-6 c#

I'm facing an issue with Dapper not correctly mapping a complex object when querying from my SQL Server database. I have a class structure like this: ```csharp...