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 585 forks source link

correction of the following bugs: #305

Open luyzfernando opened 2 years ago

luyzfernando commented 2 years ago

https://github.com/tmsmith/Dapper-Extensions/issues/276 https://github.com/tmsmith/Dapper-Extensions/issues/278

valfrid-ly commented 2 years ago

All tests with predicate are failing. Did you test this change???