docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open kmcclellan opened this issue 2 years ago • 5 comments

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.

kmcclellan avatar Nov 14 '23 14:11 kmcclellan

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.

RuntimeRascal avatar May 09 '24 18:05 RuntimeRascal

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

cremor avatar May 10 '24 10:05 cremor

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

IEvangelist avatar May 10 '24 11:05 IEvangelist

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

IEvangelist avatar May 10 '24 12:05 IEvangelist

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.

timheuer avatar May 10 '24 15:05 timheuer