在 64 位计算机上运行 partcover 会生成 1KB 输出文件

发布于 2024-11-14 12:56:06 字数 297 浏览 3 评论 0 原文

当我在 32 位计算机上从控制台运行 partcover 时,我得到生成的 5 mb 文件作为输出。但是当我在 64 位机器的命令提示符上运行相同的命令时,我得到 1 KB 文件作为输出。

我用过

CorFlags.exe PartCover.exe /32BIT+ /强制
CorFlags.exe PartCover.Browser.exe /32BIT+ /力

但无法生成正确的输出。我正在使用 Nunit 2.5 和 Part Cover 2.3

When i run the partcover from the console on a 32 bit machine, i am getting 5 mb file generated as output. But when i ran the same on 64 bit machine's commmand prompt i am getting 1 KB file as the output.

I have used

CorFlags.exe PartCover.exe /32BIT+
/Force
CorFlags.exe PartCover.Browser.exe /32BIT+
/Force

But no able to generate a proper output. I am using Nunit 2.5 and Part Cover 2.3

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

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

发布评论

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

评论(1

李白 2024-11-21 12:56:06

我已经在 64 位计算机上成功地将 PartCover 与 NUnit 结合使用,但它通常需要一些调整才能工作。对我来说,关键的事情之一是确保使用 nunit-console-x86.exe 运行测试。

我建议使用最新版本的 PartCover,它是 GitHub 上的一个分支 - PartCover.NET 4 并阅读

I've successfully used PartCover with NUnit on a 64 bit machine, but it often requires some fiddling to get working. One of the key things for me was to ensure that the tests were being run using nunit-console-x86.exe.

I recommend using the most recent version of PartCover, which is a fork on GitHub - PartCover.NET 4 and read this and this.

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