从 Visual Studio 启动 NUnit 无法加载 nunit.uikit.XmlSerializers

发布于 2024-07-27 22:09:20 字数 276 浏览 3 评论 0原文

我已将 Visual Studio 设置为将 Nunit 作为外部程序启动,以运行模块中编写的所有测试。

它给了我这个错误:无法加载文件或程序集'nunit.uikit.XmlSerializers,Version=2.5.0.9122,Culture=neutral,PublicKeyToken=96d09a1eb7f44a77,

但如果我从命令行运行它: nunit.exe Tests.dll

它启动得很好。 我还可以打开 GUI,然后将其指向 DLL,它工作得很好。

I have set my Visual Studio to start Nunit as an external program to run all the tests written in a module.

It gives me this error: Could not load file or assembly 'nunit.uikit.XmlSerializers, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77

but if I run it from command-line:
nunit.exe Tests.dll

it launches just fine. I can also open up the GUI and then point it to the DLL and it works fine.

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

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

发布评论

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

评论(1

白云悠悠 2024-08-03 22:09:20

这个异常是 NUnit 抛出的内部异常,我的调试器在抛出异常时中断,所以它停止了:)

This exception is an internal exception NUnit is throwing, I have my debugger to break on exceptions when they are thrown so it was stopping :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文