NUnit:XSLT 将 NUnit 输出转换为 MSBuild 错误和警告格式
我希望我的 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 团队博客以这种格式发布:
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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论