kkokosa / dotnet-counters-ui

Multiplatform UI tool for observing .NET counters, written and maintained by an awesome contributors from Dotnetos community🌶

Home Page:https://dotnetos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show command line arguments in process select dialog

kkokosa opened this issue · comments

We would like to print process command line arguments when selecting processes in the dialog, which sometimes allows to nicely distinguish processes with the same name.

Unfortunatelly we cannot add it to the underlying view model due to Process.StartInfo not supporting Arguments property :(

Hence, maybe some work around will be implemented.