如何在 Visual Studio 的 R# 单元测试会话窗口中通过单元测试输出彩色文本?

发布于 2024-08-24 09:14:28 字数 155 浏览 4 评论 0原文

如何在 Visual Studio 的 ReSharper 单元测试会话窗口中通过单元测试输出彩色文本。我正在使用 Resharper VS 插件,我认为它会生成单元测试窗口。

我将其与 nunit 一起使用,并希望使用 c# Console.Write 在此窗口中生成彩色文本。

How do I output coloured text from by unit tests in the ReSharper Unit Test Session window in Visual Studio. I am using Resharper VS addin which I think produces the Unit Test Window.

I am using this with nunit and wish to use c# Console.Write to generate coloured text to this window.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

围归者 2024-08-31 09:14:29

我认为这是不可能的,因为 log4net ColoredConsoleAppender 的输出在 Resharper 测试运行程序中是黑白的。

I think it is not possible because the output of log4net ColoredConsoleAppender is black and white in Resharper test runner.

寒冷纷飞旳雪 2024-08-31 09:14:28

我认为这是不可能的。您可以使用 Debug.WriteLine()Console.WriteLine() 将文本写入此窗口。
您想如何传递有关颜色的信息?我尝试了两次:

  • HTML 未解析
  • richtext 格式未解析

我没有其他想法,我不认为它以某种方式工作。

It is not possible in my opinion. You write text to this window by using Debug.WriteLine() or Console.WriteLine().
How do you want to pass information about the color? I gave it two tries:

  • HTML is not parsed
  • The richtext format is not parsed

I have no other idea and I don't think that it is working somehow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文