Jim Welch

Results 6 comments of Jim Welch

This gets my upvote, even a debug only option would be helpful. With larger projects and teams this is a constant issue with Dapper.

Pollute? That is a specious argument. Making software work by surfacing errors because of "sloppiness" isn't a bad idea, it helps make frameworks usable.

Using EF. Dapper is "a simple object mapper", not an ORM. It is the object mapping feature that would be easier to use and support if failures are not always...

Now your being just silly @DarekDan, keep it professional. An object mapper that fails to map throwing an exception doesn't come anywhere close to a SRP violation. Thanks for the...

Dapper is not an object mapper? Why is it then that the title in the Readme is "Dapper - a simple object mapper for .Net"?

In my view, failing as close to the error as possible improves your ability to test. If a mapping fails because of a change to a query the unit test...