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)