X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0252.cs;h=78721ee36482ee79f7ee3d8881aad7738142f662;hb=58a9543935eb8a50f0d20addf3462bc97294f923;hp=4e296420b0f125447c3d3e9cd3241c06c26077e0;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/errors/cs0252.cs b/mcs/errors/cs0252.cs index 4e296420b0f..78721ee3648 100644 --- a/mcs/errors/cs0252.cs +++ b/mcs/errors/cs0252.cs @@ -1,4 +1,4 @@ -// cs0252.cs: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type `string' +// CS0252: Possible unintended reference comparison. Consider casting the left side of the expression to `string' to compare the values // Line: 10 // Compiler options: -warn:2 -warnaserror