Moq.Dapper
Moq.Dapper copied to clipboard
QueryFirstAsync<string> doesn't work and throws sequence contains no elements error
Generic QueryFirstAsync doesn't work for a string type.
QueryFirstAsync<string>
-> exception => sequence contains no elements
QueryFirstAsync<int>
-> it works
same with Guid
Also with custom data objects. Any updates regarding this?