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

Increase maxargs #557

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kylereedmsft
Copy link
Member

Summary

Increase the max number of args for the Interception Engine callbacks to support functions with more than 6 arguments.
This increases maxargs as much as is possible for Framework 4.6.

Change Log
  • Fix typos and add comments to Extensions.Base.API templates
  • Change maxargs to 15
Test Methodology

Local build. This change should not affect existing callers because they will not have been updated to call them. Existing functions did not change.

@kylereedmsft kylereedmsft requested a review from a team as a code owner June 1, 2023 00:14
Copy link
Contributor

@delmyers delmyers left a comment

Choose a reason for hiding this comment

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

:shipit:

@WilliamXieMSFT
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@WilliamXieMSFT WilliamXieMSFT left a comment

Choose a reason for hiding this comment

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

@kylereedmsft
Copy link
Member Author

Hmm, maybe this isn't going to work after all. I'll take a look, but I'm starting to think that I might just need to support only loading the first N args in the intercept engine instead.

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.

3 participants