-
Notifications
You must be signed in to change notification settings - Fork 79
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
NullReferenceException when using .Callback #52
Comments
We just started using Moq.Dapper in our code, and we're having the same issue. Everything works great for mocking the Dapper function calls, but unfortunately attaching the callback fails, making verification that the mock was called difficult. |
Same issue here. Defined callback call with lambda after |
Issue still appears |
Still the same issue |
Nothing changed. |
This is still a problem. Any idea of when this can be looked at? |
I have tried to attach a callback method to assert generated SQL sent.
I get the message
System.NullReferenceException : Object reference not set to an instance of an object.
on the same line as connectionMock.SetupDapperAsync is called.Is this supported ?
The other parts work, if I remove the .Callback function everything runs fine
The text was updated successfully, but these errors were encountered: