Skip to content

Conversation

@sideproject
Copy link
Contributor

Recursively search all AggregateException InnerExceptions for predicate matches when using HandleInner()

Related Issue: #818

This is a duplicate of PR #822 to try and fix the CI issue by renaming the source branch.

@martincostello martincostello merged commit c12997c into App-vNext:v722-or-v730 Jan 25, 2021
@martincostello
Copy link
Member

Thanks again for your contribution @sideproject! 😃

I'm not sure when the next Polly release will be, I'm still onboarding myself as a maintainer for processes and whatnot, but the fix will be part of the next release (either its v7.2.2 or v7.3.0) when it happens.

@sideproject
Copy link
Contributor Author

Awesome! It was great to work with you.

@martincostello martincostello mentioned this pull request Apr 11, 2021
4 tasks
martincostello pushed a commit that referenced this pull request Apr 11, 2021
…te matches when using HandleInner() (#824)

* Recursively search all AggregateException InnerExceptions for predicate matches when using HandleInner() #818

* Add tests for multiple nested aggregate exceptions #818
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When using HandleInner() not all AggregateExceptions are being checked

2 participants