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

IInvoker Interface for Resilience Execution #2495

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

caigen
Copy link
Contributor

@caigen caigen commented Feb 14, 2025

Pull Request

The issue or feature being addressed

#2494

Details on the issue fix or feature implementation

Resilience execution concept support.

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

@@ -314,6 +314,7 @@ Polly.IAsyncPolicy<TResult>.ExecuteAsync(System.Func<System.Threading.Tasks.Task
Polly.IAsyncPolicy<TResult>.WithPolicyKey(string policyKey) -> Polly.IAsyncPolicy<TResult>
Polly.IAsyncPolicyExtensions
Polly.IAsyncPolicyPolicyWrapExtensions
Polly.IInvoker<TResult, TInput>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should place the type and its methods inside the PublicAPI.Unshipped.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants