Polly.Extensions.Http
Polly.Extensions.Http copied to clipboard
Microsoft.Extensions.Http.Polly?
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.Httpthat either hasMicrosoft.Extensions.Http.Pollyas a dependency or has its description updated to note the move toMicrosoft.Extensions.Http.Polly.
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.