You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
In all the situations I have try to use the MouseWatcher inside a unit test, the testing framework (NUnit, xUnit) reports a this exception:
System.AppDomainUnloadedException: Attempted to access an unloaded AppDomain.
First guess is that, calling MouseWatcher.Stop(), doesn't stop all the running threads that it should.
I have tried:
Nothing has worked yet. At the moment you call MouseWatcher.Start() you get the cited exception at the end of the test.
Thanks you.