-
Notifications
You must be signed in to change notification settings - Fork 357
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
Add GetProcessInfo2 command, response, tests, and docs. #2360
Conversation
src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/DiagnosticsClient.cs
Outdated
Show resolved
Hide resolved
Fix IEndpointInfo.ClrProductVersionString property name.
…/jander/processinfo2
Fix other minor post-merge issues.
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.
Changes look good to me. Would you rather go through with merging now and come back to fix up the code after dotnet/runtime#54083 is fixed, or hold off till it's fixed?
I think I'd like to get this in now and then come back later that just uncomments the few places that need it and add some retry logic where appropriate. |
Blocked by dotnet/runtime#54083