I've noticed several times in Visual Studio about obsolete methods of some components / libraries:
Asforexampleleavingthemethodbelowobsolete:
///<summary>//////</summary>///<paramname="a"></param>
/// <exception cref=""></exception>
/// <returns></returns>
public string MeuMetodo(string a)
{
return a;
}