UnoSD / Moq.Dapper

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

fix NullReferenceException when pass a DynamicParameter with templates #83

Closed javenwang closed 1 year ago

javenwang commented 1 year ago

we will encounter this problem when we use Dapper.SqlBuilder

UnoSD commented 1 year ago

can you please match the coding style of the rest of the repository? E.G. the extra comments "arrange, act, assert", the alignment of the code on newline at dot etc. I'll get this merged once it fits the style. Thanks.

javenwang commented 1 year ago

Hi @UnoSD , sorry for the code style mismatching. I made some modifications, could you review again, thanks

UnoSD commented 1 year ago

@javenwang thank you, much appreciated