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

correction of the following bugs: #305

Open luyzfernando opened 1 year ago

luyzfernando commented 1 year ago

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

valfrid-ly commented 1 year ago

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