Closed noahfalk closed 3 years ago
You can redirect the console logging manuallyb y using cmd.exe > operator
@noahfalk Why doesn't Xunit.Performance just use ITestOutputHelper abstraction in Xunit core for tests, and IMessageSink for general purpose output?
@jzabroski - I wasn't the person who wrote xunit.performance so I can't give a definitive answer why the authors made particular design choices. I can say that in my use-case I wasn't using this library from an xunit test so if the authors had done that it would have made it a little awkward for me.
Closing prior to archive.
Issue ported from comments in https://github.com/dotnet/coreclr/pull/16353:
Repro: Write code such as...
Goal: Provide someway to redirect the console logging this does into a stream, or ideally a callback Actual: Output will be written to the console