-
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
ProcessInfo2 Diagnostics IPC Command #52258
ProcessInfo2 Diagnostics IPC Command #52258
Conversation
Tagging subscribers to this area: @tommcdon Issue Detailscloses #51592 Adds the ProcessInfo2 command to the Diagnostics IPC Protocol. New ver of the command includes the entrypoint assembly path and product version string. I'm opening this in draft mode for some additional test coverage while I hunt down how to retrieve the entrypoint assembly path in Mono (@lateralusX any ideas?). CC @jander-msft
|
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
* TODO: get Mono's entrypoint asm
* command includes everything the first one did + product ver and entrypoint asm path * Add a test too
* fetch mono info from main assembly * remove ref naming * remove lazy method
* need to test still
* simplify access patterns * change API to utf8 * updated test
add missing break statement from merge conflict fix
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.
LGTM
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.
Other than a few minor things it looks good to me
I don't believe the failures are related to these changes. @lateralusX can you take a look at the Mono changes? |
@steveisok or @lambdageek can someone take a look at the Mono changes. I'm pretty confident that the wasm and android failures are unrelated to these changes, but not 100%. |
Hello @josalem! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
closes #51592
related dotnet/diagnostics#2198
Adds the ProcessInfo2 command to the Diagnostics IPC Protocol.
New ver of the command includes the entrypoint assembly path and product version string.
I'm opening this in draft mode for some additional test coverage while I hunt down how to retrieve the entrypoint assembly path in Mono (@lateralusX any ideas?).
CC @jander-msft