【问题标题】:How to mark an assembly as obsolete [duplicate]如何将程序集标记为过时 [重复]
【发布时间】:2011-01-03 21:55:26
【问题描述】:

可能重复:
Is it possible to mark an assembly as deprecated?

我需要将程序集标记为已过时。我知道ObsoleteAttribute。不好的是,它不能在汇编级别上使用。所以,我必须标记所有成员,因为整个程序集应该被另一个替换。

是否有可能将完整的程序集标记为过时,而不是所有成员?

【问题讨论】:

标签: c# attributes obsolete


【解决方案1】:

查看 Eric Lipper 的回答:Is it possible to mark an assembly as deprecated?

【讨论】:

  • 感谢您的提示。我没有找到这个问题。我可能使用了错误的搜索字词。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-08-16
  • 2014-05-24
  • 2016-06-28
  • 2018-04-02
  • 1970-01-01
  • 2011-03-19
相关资源
最近更新 更多