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
Update package references and improve error handling
- Enhanced error handling in `RetryHelper.cs` by adding a catch block for `DirectoryNotFoundException` and refining `IOException` handling.
- Updated `InstrumenterHelper.cs` to return a default value for specific `IOException` cases instead of throwing an `AggregateException`.
- Refactored `retryStrategy` in `RetryHelperTests.cs` to a static method for consistency across test methods.
- Changed exception types in `TargetActionThrows` and `TargetActionThrows5Times` methods to `IOException` for better alignment with the new error handling logic.
0 commit comments