UnoSD / Moq.Dapper

Moq extensions for Dapper methods.
GNU General Public License v2.0
173 stars 78 forks source link

Adding byte array support for binary data types #18

Closed anth12 closed 6 years ago

anth12 commented 6 years ago

Added support for byte[] to allow mocking of data readers returning binary data. #17

UnoSD commented 6 years ago

Thank you for the PR, I am still quite busy as always, but I'll do my best to cut some time to have a look at it and merge it.