Closed ross2411 closed 6 years ago
Hi @ross2411, the test was failing because it was mocking and testing a method taking a Type[]
as parameter and that value was passed as null
, I changed it to use the QueryAsync<T>(string)
with all its default parameters and now the test passes.
Thank you for the contribution it's merged.
I've copied the code for the nullables support into the async extensions. This appears to work (ie my original issue is fixed) but I can't get the unit test to pass. Let me know if you think this is any good and if so what's wrong with my unit test Thanks for the speedy turn around!