ErrorProne.NET icon indicating copy to clipboard operation
ErrorProne.NET copied to clipboard

EPC20 reported when there is a implicit conversion to string

Open kemsky opened this issue 1 month ago • 0 comments

Error: A default ToString implementation is used for type AmazonFile

but in fact there is implicit convertion:

public static implicit operator string(AmazonFile f)

kemsky avatar Nov 16 '25 13:11 kemsky