忽略引用程序集中的特定符号

发布于 2024-10-27 14:18:16 字数 105 浏览 0 评论 0原文

我有两个使用同一批代码的托管程序集。当引用一个到另一个时,编译器会像预期的那样抱怨多次重新定义。在项目编译期间是否可以忽略引用程序集中存在的通用符号?或者也许有其他方法/解决方法来允许这样的设置?

I have two managed assemblies that use a common batch of code. When referencing one to the other, the compiler complains about multiple redefinitions, as expected. Would it be possible to ignore the common symbols present in the referenced assembly during project compilation ? Or perhaps some other method/workaround to allow such a setup ?

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

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

发布评论

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

评论(1

一个人的旅程 2024-11-03 14:18:16

根据上面的评论,通过将公共代码的访问修饰符更改为“私有”来修复。

As per above comment, fixed by changing the common code's access modifiers to 'private'.

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