UnoSD / Moq.Dapper

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

#26 pr/change tests dotnet core #27

Closed jhgoodwin closed 5 years ago

jhgoodwin commented 6 years ago

I think this fixes the suggestion I made for #26

I basically moved the tests into its own project for Moq.DataContext since this library is not .net core friendly.

This would allow me to write .net core code and keep it in sync with your library.

UnoSD commented 5 years ago

Hi John, I tried checking out and compiling the change, but I get Ambiguous project name 'Moq.Dapper'. from the package manager on restore; maybe something on my machine, but if it happens to everyone I may need to look into it before merging the PR. Thanks. Stef.

jhgoodwin commented 5 years ago

I'll check it out on a windows machine. I didn't have framework, but I'll address these issues.

UnoSD commented 5 years ago

Thank you

UnoSD commented 5 years ago

After only one year I managed to merge this :) thanks @jhgoodwin