Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 889 Bytes

PollyExample

Solution with 3 sample projects using the Polly library for .NET Core.

GitHub license

Projects using .NET Core 3.1

WebApi

Simple API project providing a fake CRUD in memory

WebPollyExample

ASP.NET MVC project using the Polly library with WaitAndRetry and CircuitBreaker policies

ConsoleRequest

Console Application project using the Polly library with CircuitBreaker and Fallback policies