为什么 Visual Studio 2005 需要很长时间才能更新我的 VSMDI 文件?

发布于 2024-07-10 14:23:44 字数 187 浏览 9 评论 0原文

我正在使用 Visual Studio 2005 中的许多项目的解决方案。不幸的是,我们正在使用测试工具。 我的问题是,很多时候,当我通过双击 VSMDI 文件打开测试管理器进行一些测试时,我会看到沙漏至少 10 分钟,而 Microsoft 可怕的代码会执行天知道会发生什么,我想尝试一下寻找新的测试? 有人有解决方法吗?

谢谢!

I am using a solution with many projects in Visual Studio 2005. Unfortunately we are using the testing tools. My problem is that a lot of the time when I open up Test Manager by double clicking on my VSMDI file to do some testing, I get the hourglass for at least 10 minutes while Microsoft's horrible code does god-knows-what, I guess trying to find new tests? Does anyone have a workaround for this?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

昨迟人 2024-07-17 14:23:44

我知道这是一个老问题,但我现在已经习惯使用 MSTEST 了。 以下是我在大型解决方案中有效使用的建议:

  • 使用快捷键 CTRL-R、T(或 CTRL-T 用于调试)在当前上下文(即命名空间、类、方法)中运行测试。 这非常适合 TDD 方法。
  • 如果可以避免,请勿使用“测试视图”、“测试列表”或“测试运行”窗口。
  • 一般来说,我发现只有在不同的构建配置之间切换时,VSMDI 文件才会出现问题。 VS 想了一会儿,然后提示我签出 VSMDI 文件(我只是取消签出对话框)。

I know this is now an old question, but I've got used to using MSTEST now. Here's my recommendations for effective use in a large solution:

  • Use the shortcuts CTRL-R, T (or CTRL-T for debug) to run the tests in the current context (i.e. namespace, class, method). This fits reasonably well with a TDD approach.
  • Don't use Test View, Test Lists or Test Runs windows if you can avoid it.
  • Generally I find I only get problems with the VSMDI file when switching between different build configuration. VS thinks for a while then prompts me to check out the VSMDI file (and I just cancel the check-out dialog).
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文