简体   繁体   中英

I need to rebuild my entire solution to get the Visual Studio Test Explorer to notice changes

As the title says. After making changes to a test I can't seem to get the Test Explorer to notice these changes without rebuilding the entire solution. Since this takes about 20 minutes it is not very practical.

I have tried with a simple demo project and it seems to work fine for that but doesn't work with our codebase.

I have read quite a few useful questions concerning Visual Studio so there seem to be some people who are knowledgeable in that regard. If anybody has any ideas what I could try or check they would be greatly appreciated.

This was fixed in Visual Studio 2013 update 2:

http://connect.microsoft.com/VisualStudio/feedback/details/809777/running-a-single-unit-test-in-visual-studio-2013-causes-entire-solution-to-be-built

I was experiencing the same problem and have just upgraded from VS 2013 Update 1 to Update 4. I can confirm I can now run single unit tests via the Test Explorer without rebuilding my entire solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM