Shreyas R
Shreyas R
@OsirisTerje The UseVerifiableInstrumentation is set to false by the VsTest task when the platform is acquired via the vstestplatform tool installer (gets the nuget package) as the profiler may not...
@OsirisTerje is the NUnit adapter throwing this exception? Is the adapter reading the data collector node in the runsettings?
@OsirisTerje changing it to inproc is not the solution. Ideally in this case the engine should not be reading these settings at all as they are specific to code coverage.
@OsirisTerje I do not have a lot of context on the change that was done. But yes if the change that was made by one of us is trying to...
@tomaustin700 you can get the required nodes by creating a testsettings file in VS and adding the screen and voice recorder and double clicking on it: once done you can...
@PBoraMSFT to take a look at the feature ask.
There isn't any such feature right now. Why wouldn't Thread.CurrentThread.ManagedThreadID itself work for you? And i'm guessing you need this when in-assembly parallelism is enabled?
@KitoCoding yeah so class cleanup and assembly cleanup are sorta invoked at the very end. There is a related issue where someone was asking that these be done immediately after...
Class cleanup and assembly cleanup are common for a bunch of tests so it is quite likely that even if they are called immediately after all tests of a class/assembly...
@KitoCoding fair ask, but we will be prioritizing this based on popularity of the feature request.