xUnit & TestDriven.Net == Console.WriteLine("foo") outputs nothing
- by Arnis L.
While Trace.WriteLine("foo") works.
Why it's so? Workarounds?
This one looks like guilty bug:
Trace and Console writes are not displayed in results when an exception occurs