UnoSD / Moq.Dapper

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

Add Query mocking support for more non Primitive types #88

Open DileepBhat opened 1 year ago

DileepBhat commented 1 year ago

Add Query mocking support for more non Primitive types. Intent of this PR is to address below shortcomings:

1) Moq.Dapper today does not support Query with some known non primitive types like Guid, DateTime, DateTimeOffset etc. 2) Additionally, there is no support for nullable equivalents of types in Point 1 in Query method.

CaioDS commented 3 months ago

@UnoSD , would be able to review this, please?