Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我编译我的解决方案时,单元测试都会开始在后台运行,正如我在测试资源管理器中看到的那样。
是否有任何配置可以防止 VS 这样做?
禁用“构建后运行测试”设置:
资料来源: http ://tfs.visualstudio.com/en-us/learn/run-a-unit-test-after-build-in-vs.aspx
我的问题:我关闭了“构建后运行测试”。尽管测试用例没有运行,但测试发现本身在每次构建后都会运行几分钟。下面的设置解决了我的问题。
在测试->测试设置->取消选中“保持测试执行引擎运行”。我正在使用 VS 2015。
这是我正在使用的代码。
<a href="delete_ac.php?id=<? echo $rows['id'];?>">delete</a></td>
基本上我想将它来自的表发送到:
<a href="delete_ac.php?id=&l