dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.21k stars 5.87k forks source link

Migration guide for `Microsoft.Extensions.Http.Polly` #40841

Open kmcclellan opened 10 months ago

kmcclellan commented 10 months ago

The Microsoft resilience documentation claims that Microsoft.Extensions.Http.Polly is superseded by Microsoft.Extensions.Http.Resilience. Is this true? Would be nice if there were a migration guide.

RuntimeRascal commented 4 months ago

Any status updates on this. Just come across this need for a migration guide Today as VS gives a warning for using a deprecated Polly package. Clearly the API's are not the same so migrating is not so straight forward.

cremor commented 4 months ago

@IEvangelist Should this issue be moved to dotnet/docs? Tagging you because you would be tagged for documentation issues on that page.

IEvangelist commented 4 months ago

Hi everyone, yes... we need to write a guide. This should be transferred to docs. Thank you

IEvangelist commented 4 months ago

@timheuer is this something that the Upgrade Assistance is capable of migrating?

timheuer commented 4 months ago

In theory yes! UA basically has project-based (e.g., move this whole thing from this version to this version) or feature-based (move this 'thing' in my app from X-Y -- like what we've been doing with Aspire). This I think would be a feature-based thing.