Microsoft Moles 不会为具有过时成员的类型生成 Stub 或 Mole

发布于 2025-01-06 19:05:14 字数 104 浏览 0 评论 0原文

我们成功地为我们的单元测试的第三方供应商组件生成了存根和摩尔。随着最近的更新,许多类型被忽略,因为某些方法已被声明为过时(...,true)。有解决办法吗?我们希望避免从头开始使用新的模拟工具。

We were successfully generating stubs and moles for third party vendor assemblies for our unit tests. With their recent updates a lot of types are being ignored as certain methods have been declared obsolete(...,true). Is there a work around at all. We want to avoid starting from scratch using a new mocking tool..

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

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

发布评论

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

评论(1

无人问我粥可暖 2025-01-13 19:05:14

请参阅:存根生成失败,属性已过时,Pex v0.94.51023.0
“这是设计使然。当一个方法被标记为 Obsolete(..., true) 时,C# 将不允许 [you] 实例化实现该接口的 [a] 类。”

See: Stub generation failes with obsolete attribute, Pex v0.94.51023.0
"This is by design. When a method is marked at Obsolete(..., true), C# will not allow [you] to instantiate [a] class implementing that interface."

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