UnoSD / Moq.Dapper

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

Suggestion - convert main unit tests to dotnet core #26

Closed jhgoodwin closed 3 years ago

jhgoodwin commented 6 years ago

I suggest you move the main unit tests to be dotnet core compatible and only move the DataContext code to exist outside as a Framework only and tests that rely on Framework. This will allow the main development to continue in dotnet core.

UnoSD commented 6 years ago

Hi @jhgoodwin, thanks for the PR, I will hopefully have time to look at it and merge it this weekend.

UnoSD commented 3 years ago

I think this was merged