• Polly v7 breaking changes
  • Clarify the separation of synchronous and asynchronous policies
  • What changed?
  • Why?
  • How to upgrade to v7
  • If referencing async, non-generic policies via concrete base types
  • If referencing async, generic policies via concrete base types
  • Allow cache policies to cache values of type TResult
  • What changed?
  • Why?
  • How to upgrade to v7
  • If you are using cache providers supplied by the Polly team
  • If you have implemented your own cache-providers
  • Dealing with diamond dependencies