NUnit:XSLT 将 NUnit 输出转换为 MSBuild 错误和警告格式

发布于 2024-08-30 14:35:08 字数 634 浏览 2 评论 0原文

我希望我的 NUnit 输出转换为 msbuild 错误格式,以便我可以在 Visual Studio 错误列表中报告这些错误。我知道 TestDriven.Net 也是这样做的。

MSBuild 错误格式示例:

Main.cs(17,20):警告 CS0168:声明了变量“foo”但从未使用过 C:\dir1\foo.resx(2) :错误 BC30188:需要声明。 cl:命令行警告 D4024:无法识别的源文件类型“foo.cs”,假定为目标文件 错误CS0006:找不到元数据文件“System.dll”。

MSBuild 团队博客以这种格式发布:

http://blogs.msdn.com/msbuild/archive/2006/11/03/msbuild-visual-studio-aware-error-messages- and-message-formats.aspx

I want my NUnit output transformed into msbuild error format so I can report on these in the Visual Studio error list. I know TestDriven.Net does the same.

MSBuild error format samples:

Main.cs(17,20): warning CS0168: The variable 'foo' is declared but never used
C:\dir1\foo.resx(2) : error BC30188: Declaration expected.
cl : Command line warning D4024 : unrecognized source file type 'foo.cs', object file assumed
error CS0006: Metadata file 'System.dll' could not be found.

Post by MSBuild team blog on this format:

http://blogs.msdn.com/msbuild/archive/2006/11/03/msbuild-visual-studio-aware-error-messages-and-message-formats.aspx

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文