-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the section on resilience and static clients #39010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@martintmk is there any ETA on when the new version of the package will be published? |
It should have monthly cadence. I'll keep an eye on this and merge once the new version is available. |
oops @IEvangelist I think it was too early to merge, the package is not available yet... |
Hi @CarnaViire - This package has been available since .NET 8 and I wrote about it here: https://learn.microsoft.com/dotnet/core/resilience/http-resilience?tabs=dotnet-cli |
As discussed offline, we need a new version of the package that is not out yet :) |
Summary
This section should use the latest Polly v8 and
Microsoft.Extensions.Http.Resilience
package as Polly v7 is not developed anymore.We should wait a while before merging this, after new version of
Microsoft.Extensions.Http.Resilience
is available that contains theResilienceHandler
type. (dotnet/extensions#4858)Internal previews