Hi
Whenever we want to upgrade to a new version of VisualCron, we run a fixed set of tests. It fails when we call a C# assembly. The method we call simply returns the string we pass in, and so it is the simplest test possible to make sure we can call our .net code. The C# code looks like this:
When we run our test, it fails because it doesn't recognize the exit code. Note that it stops after the second task even though success is reported. The third task is not executed:
From the logfile:
This should be easy to replicate. You can litterally call any .net code and it will fail.
Thomas