Visual Studio 输出窗口中的本地化 xUnit.net 输出
我在 Visual Studio 2008 解决方案中使用 xUnit.net(1.5,但 1.1 似乎有相同的问题)(带有一个简单的构建后事件)。 主机系统(Windows XP)为本地化德文版本,vs2008为英文版本。
VS 输出窗口显示本地化的德语输出,如下所示:
1) IXmlSerializableTest.XmlSerializerTest.FactName : Assert.False() Failure
Stack Trace:
bei Xunit.Assert.False(Boolean condition)
bei IXmlSerializableTest.XmlSerializerTest.FactName() in D:\svn_checkout\OpenCVConfigurationTool\src\IXmlSerializableTest\XmlSerializerTest.cs:Zeile 86.
但是,(毫不奇怪)VS 无法从本地化输出中提取文件/行号。 结果,当我双击输出行时,VS不会跳转到相应的失败位置。
有什么想法可以解决这个问题,这样我就不必每次都手动导航吗? 提前致谢, 约翰内斯
I am using xUnit.net (1.5, but 1.1 seems to have the same issue) in a Visual Studio 2008 solution (with a simple post build event). The host system (Windows XP) is the localized german version and vs2008 is the english version.
The VS output window shows the localized german output like this:
1) IXmlSerializableTest.XmlSerializerTest.FactName : Assert.False() Failure
Stack Trace:
bei Xunit.Assert.False(Boolean condition)
bei IXmlSerializableTest.XmlSerializerTest.FactName() in D:\svn_checkout\OpenCVConfigurationTool\src\IXmlSerializableTest\XmlSerializerTest.cs:Zeile 86.
However, (no surprise) VS is not able to extract the file / line number from the localized output. As a result, VS won't jump to the according fail position when i double click the output line.
Any ideas how to work around this, so I don't have to navigate manually each time? Thanks in advance,
Johannes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论