dotnet/diagnostics

Dotnet-counters doesn't work with C# UWP project

LiXin2014 opened this issue · 1 comments

Description

Created a simple UWP project following https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-uwp?view=vs-2022.
Tried to collect with dotnet-counters and got below error:
image

Hello @LiXin2014! dotnet-counters, dotnet-dump, dotnet-gcdump, ... do not support .NET Native and .NET Core for UWP. Please see https://learn.microsoft.com/windows/uwp/debug-test-perf/tools-for-profiling-and-performance for information on UWP performance tooling. Hope this helps!