Dapper can't map bit columns to boolean fields
I found the problem. The stored procedure was using coalesce on the column which was casting it as an int.
I found the problem. The stored procedure was using coalesce on the column which was casting it as an int.