-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ETW event Method/LoadVerbose contains wrong method signature for methods receiving function pointer (C#9) #60829
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsDescriptionFor the method that receive function pointer I'm getting an LoadVerbose event with the value of MethodSignature representing the function pointer signature, not the actual method signature. Reproduction Steps
Expected behaviorI expect to see signatures like these:
Actual behaviorI see following signatures:
Regression?I believe it's broken since the addition of the function pointers to the language, but I'm not sure. Known WorkaroundsNo response Configuration
Other informationNo response
|
@AndyAyersMS PTAL. |
These events are generated by the runtime, so updating the area path. @mangod9 I'm probably not the best person to fix this, can you reassign? |
I see what is going on here. I will take this. |
Description
For the method that receive function pointer I'm getting an LoadVerbose event with the value of MethodSignature representing the function pointer signature, not the actual method signature.
Reproduction Steps
Expected behavior
I expect to see signatures like these:
Actual behavior
I see following signatures:
Regression?
I believe it's broken since the addition of the function pointers to the language, but I'm not sure.
Known Workarounds
No response
Configuration
Other information
No response
The text was updated successfully, but these errors were encountered: