it would be nice if the following scenario generated a warning:
string myString = "hello";
myString.Replace("llo", "lium");
and then had an alt-enter fix to replace the expression w/:
myString = myString.Replace("llo", "lium");
Description
it would be nice if the following scenario generated a warning:
string myString = "hello";
myString.Replace("llo", "lium");
and then had an alt-enter fix to replace the expression w/:
myString = myString.Replace("llo", "lium");