Version
ver 2.1.0
Details
According to #23 I've made this little project:
UnhandledExceptionsRepro.zip
The problem is that the AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; event handler doesn't get called when using DotnetRuntimeBootstrapper.
I think the sample app is very easy to understand, so I don't think it needs more explanation here (I also added comments).
Steps to reproduce
Just click the button and read the comments.
Version
ver 2.1.0
Details
According to #23 I've made this little project:
UnhandledExceptionsRepro.zip
The problem is that the
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;event handler doesn't get called when using DotnetRuntimeBootstrapper.I think the sample app is very easy to understand, so I don't think it needs more explanation here (I also added comments).
Steps to reproduce
Just click the button and read the comments.