Fork me on GitHub
Author image

Dylan Reisenberger

9 posts United Kingdom Website
Dylan is the lead contributor and architect on Polly, and the brains behind the roadmap, which is seeing Polly growing into the most robust, flexible and fully-featured resilience library for .NET!

Using Execution Context in Polly

TL;DR In Polly V5.1.0, we've extended Context so that it can be used to pass information between different parts of an execution through a policy. Featured Use Cases include honouring RetryAfter headers, and re-establishing authentication automatically.


Why Context?

Web request frameworks in .NET such as ASP.NET

Continue Reading