-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QueryAsync<Dynamic> #78
Comments
I am having same issue. Setups for Query, Query and async versions never return anything and I think I have tried everything I could think of to solve it. Curious if this is a bug? Hopefully not a permanent limitation, as some more generic code will not be easy to test then. |
I'm also having the same problem. Thanks for opening an issue and leaving your comments. I thought I was doing something wrong! |
Is there any update on this issue please? |
@yogeshk97 (same as the other issue) at the moment I do not have the capacity for working on the repo, but I welcome PRs and I am happy to review. |
When setting up QueryAsync with type nothing is ever returned. Does the current library not support this?
This is the line of code returning nothing for me.
mockDb.MockDbConnection.SetupDapperAsync(c => c.QueryAsync(It.IsAny(), null, null, null, null)).ReturnsAsync(expectedQuestions);
The text was updated successfully, but these errors were encountered: