microsoft / microsoft/MSBuildSdks
[RunVSTest] Console output for failures is unhelpful
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 508
- Forks
- 94
- Avg merge
- 6h 40m
- Merged PRs (30d)
- 2
Description
I would expect at least the failing test cases to be listed and ideally the full error messages. Instead, "RUNVSTESTTASK : error Message:" is emitted to the console, which doesn't provide any meaningful information.
@novacole
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing a failing RunVSTest invocation and tracing where its console output is assembled. The issue names no files or tests, so inspect the RunVSTest task entry point and existing failure-reporting tests. Done means the console lists failing test cases and provides their full error messages instead of only "RUNVSTESTTASK : error Message:".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100