AutoMapper / AutoMapper.Extensions.ExpressionMapping

MIT License
143 stars 39 forks source link

[v4.1.4] Fix enumerator not disposed when arbitrary projection is enumerated #135

Closed acjh closed 2 years ago

acjh commented 2 years ago

Fixes #133

Backport of #132, so that this can be used in a project that depends on AutoMapper.Collection 7.0.x, which does not support AutoMapper 11.x. Reference: https://github.com/AutoMapper/AutoMapper.Collection/issues/162

shidcordero commented 2 years ago

Does this merge fixes Automapper.Collection latest stable version?

acjh commented 2 years ago

This merge fixes AutoMapper.Extensions.ExpressionMapping 4.1.x, which can be used with AutoMapper.Collection 7.0.x.