Microsoft.Extensions.Http.Polly support for v8 #1657
-
Congrats on the v8 release! 😎 Do you have any visibility into when Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
As far as I'm aware, Microsoft have no plans to update Microsoft.Extensions.Http.Polly to natively use the new v8 APIs as the new libraries being released as part of .NET 8 from the dotnet/extensions repository (such as Microsoft.Extensions.Resilience and Microsoft.Extensions.Http.Resilience) will build upon our new API surface and supersede the previous extension which comes from the dotnet/aspnetcore repository. |
Beta Was this translation helpful? Give feedback.
-
I'm planning on testing |
Beta Was this translation helpful? Give feedback.
-
I'm getting really confused by all of these changes. I just want to add a registry to the service collection, and then associate a pipeline in the registry with an HTTP client.
I'm also not sure how to do the equivalent of |
Beta Was this translation helpful? Give feedback.
-
I tried to migrate the existing MS extension to make it work with Polly v8. You can find nuget here. It was easy to migrate and looks like every scenario is working as expected. I understand all these changes are breaking, apart from that just wondering if I missed something for which MS reimplementing from scratch and had a quick look seems quite complex than the previous implementation. |
Beta Was this translation helpful? Give feedback.
-
Great blog post, Martin! Thank you for sharing :)
…On Wed, Nov 29, 2023, 2:26 AM martintmk ***@***.***> wrote:
The blog post introducing the new library is now also published:
https://devblogs.microsoft.com/dotnet/building-resilient-cloud-services-with-dotnet-8/
—
Reply to this email directly, view it on GitHub
<#1657 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNMWYD2LMT6KOPNCZZZNSDYG3PSNAVCNFSM6AAAAAA5LCIKQSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOMBRGAZDQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
As far as I'm aware, Microsoft have no plans to update Microsoft.Extensions.Http.Polly to natively use the new v8 APIs as the new libraries being released as part of .NET 8 from the dotnet/extensions repository (such as Microsoft.Extensions.Resilience and Microsoft.Extensions.Http.Resilience) will build upon our new API surface and supersede the previous extension which comes from the dotnet/aspnetcore repository.