❔ App diagnostics not doing anything (UWP)
I'm using UWP, trying to call
Process[] processlist = Process.GetProcesses();
, I have added <rescap:Capability Name="appDiagnostics" />
and enabled app diagnostics in windows settings and it still raises System.PlatformNotSupportedException
2 Replies
the
appDiagnostics
rescap is for https://learn.microsoft.com/en-us/uwp/api/windows.system.appdiagnosticinfo?view=winrt-22621AppDiagnosticInfo Class (Windows.System) - Windows UWP applications
Contains APIs for getting a basic set of diagnostic information for all running apps.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.