Unhandled Exception When Using Dapper with PostgreSQL JSONB Column in .NET Core 3.1
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-06
dapper postgresql jsonb dotnet-core
I'm encountering an unhandled exception when trying to map a PostgreSQL JSONB column to a C# object using Dapper in my .NET Core 3.1 application. The error I re...