I want to write color text to the Visual Studio output window from c#. I want to output red code from my unit tests.
As far as I know, the output window in Visual Studio is a "simple textbox" type control that doesn't support colored text.