microsoft / vstest

Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
MIT License
902 stars 323 forks source link

Unable to profile any unit tests #461

Closed niemyjski closed 7 years ago

niemyjski commented 7 years ago

I'm seeing lots of issues with the following project https://github.com/exceptionless/foundatio

I'm unable to discover most unit tests but even more importantly trying to profile any unit tests fails quick with some cryptic errors (Right click specific test and select profile in the test runner). I shut down my vm, but if you need specific errors let me know.

codito commented 7 years ago

@niemyjski profile tests is not implemented for netcore projects yet. This support requires datacollectors infrastructure (#309). It will come post RTW.

/cc @pvlakshm

codito commented 7 years ago

Closing as duplicate of #617.