Why does Visual Studio create a new .vsmdi file?

后端 未结 4 1504
Happy的楠姐
Happy的楠姐 2021-02-01 11:55

If I open a solution in Visual Studio 2008 and run a unit test then VS creates a new .vsmdi file in the Solution Items folder and gives it the next number available e.g. My Solu

4条回答
  •  耶瑟儿~
    2021-02-01 12:44

    It appears that the VSMDI problem is a known bug and has been around since VS2005 Team System but it has no clear fix as yet. Another reason to NOT use MS Test.

    An MSDN blog details how to run unit tests without VSMDI files.

提交回复
热议问题