Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel.Dispose should create an aggregate exception with all binding's Dispose exceptions instead of failing after the first one #388

Open
sam-iw2 opened this issue Mar 23, 2022 · 0 comments

Comments

@sam-iw2
Copy link

sam-iw2 commented Mar 23, 2022

We have a kernel with a bunch of services bound and one of the dispose methods throws, which we will fix, but it would have been much less destructive if each dispose had been called subsequently instead of just passing the first exception up.

@sam-iw2 sam-iw2 changed the title Kernel.Dispose should create an aggregate exception with all binding Dispose exceptions instead of Kernel.Dispose should create an aggregate exception with all binding's Dispose exceptions instead of failing after the first one Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant