//
// IL
//
L_0049: ldloc.0		<--- object obj2
L_004a: ldsfld string [mscorlib]System.String::Empty
L_004f: bne.un L_0056	<--- CRITICAL
L_0054: ldc.i4.0 
L_0055: ret 
L_0056: ldloc.0 
//
// C#
//
if (obj2 == string.Empty) // BUG: ---> if(obj2 == (object)string.Empty)
{
    return false;
}
Fert
0

Comments

1 comment

  • Clive Tong
    Thanks for reporting this.

    It's already in our bug tracking system as bug RP-477. Unfortunately, we didn't have time to fix it for the current release.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.