Open oskaremil opened 4 years ago
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 .SetupDapperAsync
returns System.NullReferenceException
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