App-vNext / Polly

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
https://www.thepollyproject.org
BSD 3-Clause "New" or "Revised" License
13.35k stars 1.22k forks source link

Fix Timeout's TimeoutGenerator documentation #2275

Closed peter-csala closed 1 month ago

peter-csala commented 1 month ago

Pull Request

The issue or feature being addressed

2266

Details on the issue fix or feature implementation

Confirm the following

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.33%. Comparing base (1aece4e) to head (31c47b7). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2275 +/- ## ======================================= Coverage 85.33% 85.33% ======================================= Files 313 313 Lines 7444 7444 Branches 1122 1122 ======================================= Hits 6352 6352 Misses 746 746 Partials 346 346 ``` | [Flag](https://app.codecov.io/gh/App-vNext/Polly/pull/2275/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | Coverage Δ | | |---|---|---| | [linux](https://app.codecov.io/gh/App-vNext/Polly/pull/2275/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.33% <ø> (ø)` | | | [macos](https://app.codecov.io/gh/App-vNext/Polly/pull/2275/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.33% <ø> (ø)` | | | [windows](https://app.codecov.io/gh/App-vNext/Polly/pull/2275/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext) | `85.33% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=App-vNext#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

martincostello commented 1 month ago

Thanks again!