Tag not monitored by Microsoft.
Running Code coverage in an UWP Test Application vs 2019 ,it is always showing empty binaries selected.
Hi, We are working on a UWP application. The application works just fine. We have included a unit test app (universal windows) and have written few testcases. The testcases are executed successfully, but we are unable to view the code coverage details. In the code coverage tab, we see the below error
Empty results generated: No binaries were instrumented. Make sure the tests ran, required binaries were loaded, had matching symbol files, and were not excluded through custom settings. For more information see https://go.microsoft.com/fwlink/?LinkID=253731
Searching the internet, I have seen links stating that the code coverage is not supported for UWP applications, is that true? If that's not true, then can someone help us please.