DapperLib / Dapper.Contrib

Dapper community contributions - additional extensions for Dapper
Other
267 stars 99 forks source link

Refactor property info handling, allow keys different from Id property #158

Open nseguin42 opened 1 year ago

nseguin42 commented 1 year ago

I've moved this PR to a draft until I have the chance to investigate the test failures. In hindsight, it might be worth just changing GetSingleKey() in a minimal way.

Behavior changes:

Refactors/implementation details: