通过代码生成trx文件
我想为我的代码手动生成 TRX 文件。
是否有任何程序将用于此目的。 如果不是那么怎么办呢?
I want to manually generate TRX file through for my code.
Is there any program which will be used for this purpose.
If not then how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇文章 http://blogs.msdn.com/b/dhopton/archive/2008/06/12/helpful-internals-of-trx-and-vsmdi-files.aspx 讨论了 trx 和 vmdi 文件,并且是一个有用的起点。您可以在安装了 Visual Studio 的计算机上找到该 xsd,路径为 %VSINSTALLDIR%\xml\Schemas\vstst.xsd。
如果您计划在 VS 中打开自定义 trx 文件,但我认为没有任何其他充分的理由来创建它们,那么您从 VS 获得的不兼容文件的错误几乎不存在。 VS 似乎需要超过 XSD 中定义的最小集。
祝你好运。
This post http://blogs.msdn.com/b/dhopton/archive/2008/06/12/helpful-internals-of-trx-and-vsmdi-files.aspx talks about trx and vmdi files and is a useful starting point. You can find the xsd on a computer with visual studio installed at %VSINSTALLDIR%\xml\Schemas\vstst.xsd.
If you plan to open your custom trx files in VS, not that I can think for any other good reason to create them, the errors you will get from VS for non compliant files is almost no existent. VS seems to require more than the minimum set defined in the XSD.
Good luck.