I like to do console output for exploratory purposes when I am creating a unit test. Is there a way to see the Console.WriteLine("s") in Visual Studio when executing my test using Resharper?
I don't keep the console output in the final version of my tests, so there is no need to comment on that.
You can use Trace.Write() instead of Console.Write() to write to the output window inside the Visual Studio IDE
See here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With