You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a .NET 5+ runtime is suspended and a GetProcessInfo command is issued over the diagnostic pipe, then the CommandLine only contains the process name on Unix operating systems, e.g.:
/__w/1/s/.dotnet/dotnet
If the GetProcessInfo command is issued immediately after resuming the runtime, the same data is reported (only the process name).
If the GetProcessInfo command is issued sometime AFTER the runtime is resumed, then it returns the property command line, e.g.:
jander-msft
changed the title
GetProcessInfo command no process arguments on .NET 5 on non-Windows while suspended
GetProcessInfo command no process arguments on non-Windows while suspended
Sep 21, 2021
If a .NET 5+ runtime is suspended and a GetProcessInfo command is issued over the diagnostic pipe, then the CommandLine only contains the process name on Unix operating systems, e.g.:
/__w/1/s/.dotnet/dotnet
If the GetProcessInfo command is issued immediately after resuming the runtime, the same data is reported (only the process name).
If the GetProcessInfo command is issued sometime AFTER the runtime is resumed, then it returns the property command line, e.g.:
/__w/1/s/.dotnet/dotnet /__w/1/s/artifacts/bin/Microsoft.Diagnostics.Monitoring.UnitTestApp/Release/net5.0/Microsoft.Diagnostics.Monitoring.UnitTestApp.dll AsyncWait
The text was updated successfully, but these errors were encountered: