UnoSD / Moq.Dapper

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

Cannot mock ExecuteAsync for IDbConnection #80

Open lzsantos opened 1 year ago

lzsantos commented 1 year ago

Hi Guys, very happy to know your project today, i'm facing a problem trying do use SetupDapperAsync for ExecuteAsync

i'm using dbconnection interface ( IDbConnection )

_sqlConnection = new Mock<IDbConnection>();

image

It Throws:

image

from here: image

Should the framework handle ExecuteAsync?

javenwang commented 1 year ago

I think it should handle ExecuteAsync