A (very) incomplete list of useful packages, mostly as a bookmark for myself.
- Nito.AsyncEx
A helper library for async/await.
- RestSharp
Simple REST and HTTP API Client
- Polly
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
- Coyote
Coyote is a library for building reliable asynchronous software.