You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: