I tested with a small piece of code with Decompile. It generates a wrong code like below
if ((ulong)position > (long)capacity)
causing compiler errors:
error CS0019: Operator '>' cannot be applied to operands of type 'ulong' and 'long'
1 Answer, 1 is accepted
0
Tsviatko Yovtchev
Telerik team
answered on 12 Apr 2013, 08:40 AM
Hello,
Thanks for getting back to us on that issue. Is it the latest version of JustDecompile that produces this code? If not could you please update to latest?
If it's the latest we cannot do much without having the original assembly that exhibits this error. Is it possible that you send over the assembly?
Greetings,
Tsviatko Yovtchev
the Telerik team
Tell us what you think about JustDecompile. Your opinion matters! You can use our forum, or our JustDecompile UserVoice website for feature requests.