如何将程序集标记为已过时
可能的重复:
是否可以将程序集标记为已弃用?
我需要将程序集标记为已过时。我知道 ObsoleteAttribute。不好的是,它不能在汇编级别使用。因此,我必须标记所有成员,因为整个程序集应该被另一个程序集替换。
是否有可能将整个程序集标记为过时,而不是所有成员?
Possible Duplicate:
Is it possible to mark an assembly as deprecated?
I have the need to mark an assembly as obsolete. I am aware of the ObsoleteAttribute. The bad thing is, it cannot be used on assembly-level. So, I would have to mark all the members because the whole assembly should be replaced with another.
Is there any possibility to mark a complete assembly as obsolete, instead all members?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Eric Lipper 的回答:是否可以标记已弃用的程序集?
See Eric Lipper's answer: Is it possible to mark an assembly as deprecated?