Hi,
NCrunch's official NuGet package does not support PCL (I workaround-ed this by coping the NCrunch.Framework.dll file from the package and creating my own NuGet package that support PCL).
The feature I want to use in PCL is: NCrunch.Framework.NCrunchEnvironment.NCrunchIsResident()
Although I can also use compiler constant like:
But that is less flexible and difficult to maintain (the compiler constant can be easily miss typed).
Cheers,
Yang