-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Console.Writeline in a TestMethod are not available in test output for .net core #18
Milestone
Comments
codito
changed the title
Console.Writeline in a TestMethod are not available in test output
Console.Writeline in a TestMethod are not available in test output for .net core
Oct 23, 2016
This would require changes in how the core platform service is built and would be part of a bigger change. Tracking this as part of #19 . The fix for this bug would closely follow after a fix for the later issue. |
This is an enhancement. We should do it for an upcoming release. |
This is active work in progress. |
singhsarab
pushed a commit
to singhsarab/testfx
that referenced
this issue
Apr 8, 2019
Address PR feedback for microsoft#18
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description
Console.WriteLine in a test method should be available in output.
Steps to reproduce
Console.WriteLine("foo")
in test methodExpected behavior
A output link should appear in test explorer summary
Actual behavior
Output link is not shown.
Environment
VS: WPT/25810.00
VSTest: as of ce0eac2
Copied from microsoft/vstest#132
The text was updated successfully, but these errors were encountered: