Skip to content
reisenberger edited this page Jun 24, 2017 · 33 revisions

Welcome to the Polly wiki!

This wiki will cover detailed information about Polly, as well as how to best contribute your awesome work.

Getting Started

  1. Home
  2. Polly RoadMap
  3. Contributing
  4. Transient fault handling: why Retry and Circuit Breaker?
  5. Retry
  6. Circuit Breaker
  7. Advanced Circuit Breaker
  8. Timeout
  9. Bulkhead
  10. Fallback
  11. Cache
  12. PolicyWrap
  13. NoOp
  14. Keys and Context Data
  15. PolicyRegistry
  16. Polly and interfaces
  17. Non generic and generic policies
  18. Asynchronous action execution
  19. Some policy patterns
  20. Debugging with Polly in Visual Studio
  21. Unit-testing with Polly

Contributing: Git Workflow

There are certain guidelines you should follow to ensure minimal conflicts with other contributors' work. We want to ensure the code base stays clean, and everyone's happy with each other's commits. To make sure of this, please follow the Git Workflow guidelines so we're all on the same page :-)

Clone this wiki locally