Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Polly DI extension method for HttpClientFactory #28283

Merged
merged 3 commits into from
Mar 22, 2021

Commits on Dec 1, 2020

  1. Fix IDE warnings

    Fix IDE warnings about non-disposed handlers.
    martincostello committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e70a4ac View commit details
    Browse the repository at this point in the history
  2. Update return type documentation

    Update the comment's type to match the method's.
    martincostello committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    763f72b View commit details
    Browse the repository at this point in the history
  3. Add new AddPolicyRegistry overload

    Add a new overload for AddPolicyRegistry() that allows the
    caller to configure the policy registry using other services
    that are registered with the service provider, such as config.
    martincostello committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    cb824bd View commit details
    Browse the repository at this point in the history