ErrorProne.NET
ErrorProne.NET copied to clipboard
EPC20 reported when there is a implicit conversion to string
Error: A default ToString implementation is used for type AmazonFile
but in fact there is implicit convertion:
public static implicit operator string(AmazonFile f)