문제

I've tried to search on the NDepend documentation if there is any possible way to do a regex on Obsolete Attributes?

And is there a way to get the Obsolete attribute in NDepend at all? Any ideas or example of code on how to make a small Linq query to get an attribute of an obsolete?

For example:

//TODO! I WANT THE STRING USING NDepend! ObsoleteAttribute["Deprecated in 2007-01-23!"]

도움이 되었습니까?

해결책

With NDepend you can get the attribute type,the methods/types/assemblies... tagged with the attribute, but you cannot get the string in the attribute. Much better than reflection, we'd advise using the framework Mono.Cecil for that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top