Search code examples
Adding Polly retry policy to a mocked HttpClient?...

c#polly

Read More
Polly timeout policy clarification...

c#pollytransient-failure

Read More
C# Access instance of generic type argument at runtime...

c#.netgenericspolly

Read More
How to get the polly circuit breaker state without executing the requests...

c#.net-coredotnet-httpclientpollycircuit-breaker

Read More
Polly Retries Doesn't Close Existing HttpClient Call...

c#.net.net-coredotnet-httpclientpolly

Read More
retry using Polly...

c#pollyretry-logic

Read More
Polly Policy for azure cosmos function when cosmos Authkey updated...

c#azure-functionsazure-cosmosdbazure-keyvaultpolly

Read More
Polly's Policy.TimeoutAsync does not work with PolicyWrap in an async context...

c#asynchronoustimeoutdotnet-httpclientpolly

Read More
Polly.Extensions.Http not accessible for IHttpClientFactory - .Net6...

asp.net-core.net-core.net-6.0polly

Read More
Polly doesn't handle an exception in a task because of Task.WhenAny...

c#.netpolly

Read More
'Stream was already consumed' error using Polly to retry requests in ASP.NET Core...

c#asp.net-corepolly

Read More
How to mock AsyncPolicyWrap or AsyncPolicy in .Net Core using FakeItEasy...

c#.netmoqpollyfakeiteasy

Read More
I have to handle an exception in Polly where I need to Compare the data in the result set with the d...

c#.netazurepollyazure-cosmosdb-gremlinapi

Read More
Polly "retry" throws TaskCanceledException on first failure retry attempt...

c#dotnet-httpclientpollyretrypolicydelegatinghandler

Read More
What Happens When HttpClient.PostAsync is Not Awaited...

c#asp.net-coredotnet-httpclientpolly

Read More
Need a built in way to add Deadlock Resilience to Dapper for existing repos without altering them...

c#deadlockdapperdata-access-layerpolly

Read More
Can I combine Retry and Fallback Polly resilience policies?...

c#polly

Read More
How do you pass a logger using HttpClientFactory and a PolicyRegistry?...

c#pollyhttpclientfactory

Read More
How to Mock HTTPClient from IHttpClientFactory combined with Polly policies in .NET Core using Moq...

c#.net-corehttpclientmoqpolly

Read More
How to use Microsoft.Extensions.Http.Polly in netcoreapp3.1 worker service project...

c#.net-corepolly

Read More
Refresh Token using Polly with Typed Client...

c#asp.net-corepolly

Read More
Polly and Multiple HttpClients...

c#dotnet-httpclientpolly

Read More
HttpClient retry logic not working as expected (.Net Core 3.1)...

c#.netasp.net-core.net-corepolly

Read More
Polly policy to log exception and rethrow...

c#exceptionpolly

Read More
Send parameters to fallback Action in Polly...

c#fallbackpollyresiliency

Read More
HttpClientFactory with default Polly policy handler registration and injection with SimpleInjector...

c#simple-injectorpolly

Read More
Circuit breaker based on the condition in request...

asp.net-coreasp.net-core-3.1pollycircuit-breaker

Read More
Polly waits the thread for an indefinite amount of time on .NET Framework 4.6.1 when called from a W...

c#.netpolly

Read More
Polly fallback action did not throw the specified exception. What happened?...

c#exceptionpollyresiliencytransient-failure

Read More
Implementing retry logic with Polly library with no exception handling repeatedly...

c#pollyretry-logic

Read More
BackNext