将vs2005项目升级成vs2008的过程中,如果有unit test的project,可能会遇到.vsmdi .testrunconfig这两类文件转换失败的问题,此时须进入vs2008命令行,使用VSTST-FileConverter实用程序分别对这两类文件进行转化。

BTW,
.vsmdi: Microsoft Visual Studio test meta data file,存储与测试相关的元数据信息,通常会有一个指向.testrunconfig文件的链接。
.testrunconfig: 可用于描述本地测试时的一些配置,如代码覆盖等。

相关文章:

  • 2022-03-01
  • 2022-12-23
  • 2021-12-31
  • 2021-10-12
  • 2022-03-04
  • 2022-01-27
  • 2021-12-02
  • 2022-02-23
猜你喜欢
  • 2021-09-28
  • 2021-06-07
  • 2021-09-29
  • 2021-08-24
  • 2021-05-19
  • 2021-11-14
相关资源
相似解决方案