UnoSD / Moq.Dapper

Moq extensions for Dapper methods.
GNU General Public License v2.0
173 stars 78 forks source link

QueryFirstAsync<string> doesn't work and throws sequence contains no elements error #74

Open kokosky93 opened 3 years ago

kokosky93 commented 3 years ago

Generic QueryFirstAsync doesn't work for a string type.

QueryFirstAsync<string> -> exception => sequence contains no elements QueryFirstAsync<int> -> it works

kfiryahalom commented 3 years ago

same with Guid

rushikeshsane95 commented 1 year ago

Also with custom data objects. Any updates regarding this?