Tests magically disappeared from Test Explorer pane in Visual Studio 2013

前端 未结 5 1339
后悔当初
后悔当初 2021-01-02 02:00

I have created a unit test project in VS2013, and I\'m using it to create a test suite for my SQL Server 2012 database.

I have created 4 test classes so far and ever

5条回答
  •  猫巷女王i
    2021-01-02 02:34

    I just had the exact same thing happen to be. Build, Rebuild, Clean Build, the Test Explorer couldn't list for me my unit tests!

    This came after I changed the unit test project's platform target from "any CPU" to x64. I switched it back to "any CPU", built, and they appeared again. How frustrating.

提交回复
热议问题