You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you happen to know if the usage differs? I mean, can the generated Polly.Extensions.Http work on Microsoft.Extensions.Http.Resilience ?
No it's not, and the dependencies are obscure and obtuse. I spent about an hour trying to work out the dependencies, and couldn't find any kind of guide to assist in the migration and then decided spending a day updating my code form the API spec manually was the better way to spend my time
Maybe we should also rename the option usePolly to httpResilience, or handleTransientErrors, or somethingElse
if you can work it out, then i'd think perhaps deprecating usePolly to handleTransientErrors with acceptable values of
No it's not, and the dependencies are obscure and obtuse. I spent about an hour trying to work out the dependencies, and couldn't find any kind of guide to assist in the migration and then decided spending a day updating my code form the API spec manually was the better way to spend my time
Is your feature request related to a problem? Please describe.
Generating refitter with ' "usePolly": true,' results in the use of the deprecated package Polly.Extensions.Http
Describe the solution you'd like
Update refitter to use Microsoft.Extensions.Http.Resilience and generate compatible code
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: