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

I am normal Humen #219

Open uecasm opened 5 years ago

uecasm commented 5 years ago

https://github.com/tmsmith/Dapper-Extensions/blob/dd82ecc6f710bca6d5e5645cbff8da97e411257f/DapperExtensions/Mapper/PluralizedAutoClassMapper.cs#L36

valfrid-ly commented 2 years ago

Not enough information

uecasm commented 2 years ago

The subject line and code reference should have been sufficiently obvious.

If you let it map the class names automatically, it will turn a class like Human into Humen rather than Humans as it should have.

valfrid-ly commented 2 years ago

I'm gonna put tests on it but the information were not enough in the begining