Polly context setter and getter use obsolete property from HttpRequestMessage #59833
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
The extension methods to set and get Polly context of HttpRequestMessage for execution retry policy, both methods GetPolicyExecutionContext and SetPolicyExecutionContext are storing the context in HttpRequestMessage.Properties which is obsolete.
This should be changed to use Options instead.
The text was updated successfully, but these errors were encountered: