You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen various comments, reports and suggestions that dotnet core test support for the Visual Studio Test task is on your backlog and will be addressed.
Is there a timeline for this work? Is it in progress? Is there a beta version of the task we can trial this with?
Thanks,
Matt
The text was updated successfully, but these errors were encountered:
@matthew-horrocks - this question is best suited for the vsts-tasks repo as it relates to the task, not the platform. However, I will answer it here since we have it going on.
dotnet core support in VSTest means different things for different people - it may mean one or more of the following:
running dot net core tests using the assembly input
Collecting code coverage using the 'Enable code coverage' - which is currently not supported (as code coverage doesn't support portable pdbs today, but can be worked around using full pdbs)
Running tests by associating them with a test plan/test suite - which is currently not supported.
#1 works today with the the target framework specified in the console options.
We are currently working on #2 and expect it to become available in a couple of sprints. #3 is in the works, but we have hit some roadblocks, so don't have an ETA to share at this time.
I've seen various comments, reports and suggestions that dotnet core test support for the Visual Studio Test task is on your backlog and will be addressed.
Is there a timeline for this work? Is it in progress? Is there a beta version of the task we can trial this with?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: