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.
标有 AssemblyCleanup 属性的方法是否有最大时间限制?
我们有一个方法可以对测试运行期间添加的测试数据执行大量数据库删除,但我们没有看到该方法有时间完全完成。
(我们使用的是 Visual Studio 2008 Team System。)
没有记录意味着没有定义。
尝试长时间运行,Thread.Sleep看看会发生什么。
Thread.Sleep