Polly.Extensions.Http icon indicating copy to clipboard operation
Polly.Extensions.Http copied to clipboard

Microsoft.Extensions.Http.Polly?

Open StephenCleary opened this issue 5 years ago • 1 comments

Has Polly.Extensions.Http been replaced by Microsoft.Extensions.Http.Polly?

If so, please:

  • [ ] Document this clearly at the top of the README in this repo.
  • [ ] Release an update for Polly.Extensions.Http that either has Microsoft.Extensions.Http.Polly as a dependency or has its description updated to note the move to Microsoft.Extensions.Http.Polly.

StephenCleary avatar May 26 '20 13:05 StephenCleary

Microsoft.Extensions.Http.Polly actually uses this package: https://github.com/dotnet/extensions/blob/v3.1.9/src/HttpClientFactory/Polly/src/DependencyInjection/PollyHttpClientBuilderExtensions.cs#L229. It's basically another layer of convenience built around this, allowing it to more easily be used with IHttpClientFactory.

IGx89 avatar Nov 04 '20 15:11 IGx89