We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add notices for Polly v8 - Add notices to every page linking to Polly v8 documentation. - Fix various Markdown lint warnings. - Update README links to point to the v7.2.4 tag.
Add `.AsPolicy<T>()` documentation
Fix minor error in example code
Make all internal wiki links relative
Clarify creating a mixed generic, non-generic wrap
Order policies in example consistently
Clarify why Policy<TResult> does not extend Policy
Reduce text
Add emphasis
Edits for clarity
Generic policies: minor tidying
Generic policies: further tidy
Generic policies: reorder
Update generic policies with code examples
Clarify generic and non-generic
Clarify non-generic and generic policies
Generic policies: clarify heading levels
simplify
Slight clarify non-generic policies
Clarify article on generic and non-generic policies
Clarified
Clarify reasons for Policy<TResult> Clarify that the `TResult` in `Policy<TResult>` is also connected to the delegate hooks `onRetry`, `onBreak`, `onFallback` etc
Correct `HandleResult` syntax
First draft: non-generic and generic policies