Why does Visual Studio create a new .vsmdi file?

后端 未结 4 1461
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:48

    I work around this by always checking out the .vsmdi.
    It seems that this only happens when the .vsmdi file is read-only, e.g. not checked-out in a version control system that uses that kind of lock-local-files behavior (Perforce etc).

提交回复
热议问题