tmsmith / Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
1.79k stars 586 forks source link

Have removed all explicit class constraints and nothing blows up #295

Closed grofit closed 1 year ago

grofit commented 2 years ago

All the unit tests still pass, however I have not added anything to them as there are loads of them and I don't want to go down the rabbit hole of verifying all same tests but with structs, also didn't run integration tests.

However it's a start incase anyone else wants to pick it up.

294

valfrid-ly commented 1 year ago

I'm validating the test execution in this PR. It will be merged soon if its ok