PartCover 可以与 WCF 一起使用(远程运行)吗?

发布于 2024-08-25 05:58:58 字数 33 浏览 7 评论 0原文

PartCover 可以覆盖远程运行的二进制文件吗?

Can PartCover coverage for remotely running binaries ?

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

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

发布评论

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

评论(1

游魂 2024-09-01 05:58:58

像partcover这样的探查器需要与被覆盖的程序集(以及执行检测位的COM对象)在同一台机器上运行——这是因为它们需要挂钩到CLR运行时并拦截调用,从而允许它们检测构建然后收集报道。目前,partcover 使用的 COM 对象需要位于向其发送详细信息以处理和存储结果的进程的本地。

Profilers like partcover need to be running on the same machine as the assemblies being covered (well the COM object that does the instrumenting bit) - this is because they need to hook into the CLR runtime and intercept calls that allow them to instrument the build that then gather coverage. The COM object that partcover uses currently needs to be local to the process it sends it details to process and store the results.

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