Satya Madala
Satya Madala
@Dunning-Kruger Looking forward for this support.
@onovotny We haven't decided when to pick this yet. If you would like to contribute, Let me know I'm happy to help you.
@rainersigwald I think you are talking about [this](https://github.com/Microsoft/vstest/pull/641/files#diff-5dbba459fe4845e0ad580abaf21d1e91L36) change. We have did this to show the output in color.
@rainersigwald Is there any change required from VSTestTask?
Below are possible solutions recommended by @rainersigwald * Important scenarios: * dotnet test on the command line * produces minimal, colorized output * run tests in build otherwise (not a...
@natemcmaster Can you please share sample repo for issue you are facing? I have tried `dotnet msbuild /t:VSTest` , I see test failure messages. ```PS PS C:\Users\samadala\src\tmp\msbuild-node-resue> dotnet msbuild /t:VSTest...
@FlukeFan Thanks for repro steps. Let me try them.
@FlukeFan FYI my msbuild verions `15.8.86-preview+g4ef6bb1fb2`
@FlukeFan I'm able to repro the issue when invoking `/t:VSTest` solution/directory level. Unfortunately `/t:VSTest` won't support from solution/directory level. We are tracking https://github.com/Microsoft/vstest/issues/705 https://github.com/Microsoft/vstest/issues/411 to address it. @rainersigwald @natemcmaster I...
Agreed with @StingyJack , To get proper coverage for product code only, Currently we have to pass runsettings. I run into same experience when try to get code coverage for...