I'm trying to execute a query that has a number of left joins, as one of the foreign key columns is nullable, and when Dapper finds a record in which that particular column is nullable, a NullReferenceException is thrown when the mapper tries to put the r...