Closed jhgoodwin closed 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.
I'll check it out on a windows machine. I didn't have framework, but I'll address these issues.
Thank you
After only one year I managed to merge this :) thanks @jhgoodwin
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.