UnoSD / Moq.Dapper

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

ExecuteScalarAsync not supported #89

Open ihsansfd opened 1 year ago

ihsansfd commented 1 year ago

This one important method in Dapper isn't checked in the switch case. Please consider adding a mock for this method, as I'm using this and postponed testing it. Probably I'm going to use a wrapper, unless the library got updated and the method got supported.

Update: just noticed that it's only missing in the interface IDbConnection, but for the concrete class DbConnection it's implemented. But I need it for the interface, not concrete class.