Skip to content

Instantly share code, notes, and snippets.

@gregmac
Last active August 14, 2021 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregmac/f94c9536c66c2b2b05986b964ab52fe4 to your computer and use it in GitHub Desktop.
Save gregmac/f94c9536c66c2b2b05986b964ab52fe4 to your computer and use it in GitHub Desktop.
Awesome C# Packages

A (very) incomplete list of useful packages, mostly as a bookmark for myself.

Async

HTTP

Error handling

  • Polly Nuget 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.

Testing

  • Coyote Nuget Coyote is a library for building reliable asynchronous software.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment