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

Handle nested inner exceptions #2166

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Commits on Jun 26, 2024

  1. Handle nested inner exceptions

    - Replicate behaviour of v7 policies and recursively check all inner exceptions and `AggregateException` to handle inner exceptions.
    - Refactor predicate builder test cases to make a bit more readable.
    - Use collection expression.
    
    Resolves App-vNext#2161.
    martincostello committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    48deccc View commit details
    Browse the repository at this point in the history
  2. Add more tests

    Add more test coverage for nested exceptions.
    martincostello committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4f53460 View commit details
    Browse the repository at this point in the history
  3. Add test for empty AggregateException

    Add a unit test for a `AggregateException` with no inner exeptions.
    martincostello committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7837eef View commit details
    Browse the repository at this point in the history