Pantazis Deligiannis
Pantazis Deligiannis
Seems that we still log SendEvents even after the runtime has stopped.
To remove the need for someone to declare the method name again when they are trying to replay a schedule.
It seems that the code coverage tool is misreading the rewritten binaries as uncovered code blocks, causing % coverage to be reduced. The issue arises when you run code coverage...
A test might finish early, but it's unclear why -- such logs will make it easier to debug the issue.
We use `ThreadInterruptedException` to terminate controlled threads. This does not play well nicely when aspnet is building an application, ending up consuming the exception. We should find a clean workaround...
E.g. if someone forgot to make the method static. Eventually we should support non-static methods too.