1

Closed

EditorBrowsableAttribute is missing on Obsolete members

description

The attribute "[EditorBrowsable(EditorBrowsableState.Never)]" should be added to code decorated as [Obsolete].
 
EditorBrowsableState.Never will hide the obsolete members from Intellisense. (Note that this only applies to compiled code, so you won't notice the change locally within the same solution)
Closed Oct 9, 2012 at 10:34 PM by ronlo
cleaning up the issues list

comments

ronlo wrote Jul 13, 2011 at 10:31 PM

Excellent suggestion -- I'll have to add that.

ronlo wrote Jul 13, 2011 at 10:51 PM

Changeset #76919

ronlo wrote Jul 18, 2011 at 8:37 PM

fixed in release 4.25 (changeset #76919)