Closed
Description
Is your feature request related to a problem? Please describe.
ASP.NET Core currently depends on Polly 7.1.0, which was released in March 2019.
Line 249 in 1870441
Since then there have been a number of minor releases, the most recent being yesterday to 7.2.2, to fix a number of bugs and minor improvements (CHANGELOG).
Describe the solution you'd like
Update the Polly dependency to the latest release, 7.2.2.
Updating to at least 7.2.0 would also make the new IConcurrentPolicyRegistry
interface available, which could then be registered by default in the Polly extensions for HttpClientFactory: #28283 (comment).
Assuming there isn't a specific reason to pin the dependency at 7.1.0, I'd be happy to raise a PR to update the minimum version for ASP.NET Core 6.0.