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.
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.