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>();

It Throws:

from here:

Should the framework handle ExecuteAsync?
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>();It Throws:
from here:

Should the framework handle ExecuteAsync?