How can we help you today? How can we help you today?
switchblade

Activity overview

Latest activity by switchblade

Portable PDB format support
It appears that when you are profiling an application that references another assembly using the new portable PDB format introduced by Microsoft; ANTS reports that it does not have the source code ...
2 followers 4 comments 0 votes
Reference type non-null-checks produce incorrect code
I've noticed this bug for a while now, I'm not sure when it was introduced but take this simple example here: private static void ABC(byte[] b) { if (b != null) { Environment.Exit(0...
2 followers 3 comments 0 votes