3
I have noticed several times some warnings in Visual Studio about obsolete methods of some components/libraries:
Like leaving the method obsolete below:
/// <summary>
///
/// </summary>
/// <param name="a"></param>
/// <exception cref=""></exception>
/// <returns></returns>
public string MeuMetodo(string a)
{
return a;
}
Wow! Just? Thanks
– user26552