Activity overview
Latest activity by justsml
I'm running into a similar issue with bizarrely random code execution - things like:
"Hello".IndexOf("o")
returns 19, and then maybe a negative number if I run again.
It works outside of the profiler.
I'm going to try the v6 Beta.... / comments
I'm running into a similar issue with bizarrely random code execution - things like:
"Hello".IndexOf("o")
returns 19, and then maybe a negative number if I run again.
It works outside of ...