-
Notifications
You must be signed in to change notification settings - Fork 48
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
base: main
Are you sure you want to change the base?
Increase maxargs #557
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to update HostExtensionsBase to also support System.Core. See: https://github.com/microsoft/CLRInstrumentationEngine/blob/main/src/Extensions.BaseLib/HostExtensionBase.cpp#L176
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. |
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
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.