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

Remove duplicative extension methods on KernelPlanExtensions #750

Merged
merged 1 commit into from May 1, 2023

Conversation

stephentoub
Copy link
Member

Motivation and Context

Remove unnecessary overloads

Description

These are all handled by the corresponding overload that takes an optional CancellationToken. Their presence also means the optionality of the tokens in the other overloads would never actually be used.

Contribution Checklist

cc: @shawncal, @dluc

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel.core labels May 1, 2023
These are all handled by the corresponding overload that takes an optional CancellationToken.
@shawncal shawncal enabled auto-merge (squash) May 1, 2023 16:56
@shawncal shawncal merged commit d1cfd24 into microsoft:main May 1, 2023
11 checks passed
awharrison-28 pushed a commit to awharrison-28/semantic-kernel that referenced this pull request May 1, 2023
…ft#750)

These are all handled by the corresponding overload that takes an
optional CancellationToken. Their presence also means the optionality of
the tokens in the other overloads would never actually be used.
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
…ft#750)

These are all handled by the corresponding overload that takes an
optional CancellationToken. Their presence also means the optionality of
the tokens in the other overloads would never actually be used.
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
…ft#750)

These are all handled by the corresponding overload that takes an
optional CancellationToken. Their presence also means the optionality of
the tokens in the other overloads would never actually be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants