AutoMapper / AutoMapper.Collection

AutoMapper support for updating existing collections by equivalency
MIT License
245 stars 59 forks source link

Allow ordinal-based elements reuse #185

Closed szogun1987 closed 4 months ago

szogun1987 commented 4 months ago

This change allow re-use existing elements in target list when destination primary key is not exposed by DTO. Method relies on index in the list instead so:

It is not as efficient as primary-key based solution but, still improves performance when key-based solution is not feasible.

There are 2 overrides of the method:

lbargaoanu commented 4 months ago

This project doesn't have a maintainer.