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 Jan 8, 2023. It is now read-only.
I'm developing a Xamarin project (iOS, Android, UWP). Both, the actual projects as well as the test projects use the shared project approach. When i run my tests (i.e. one Test with Assert.Pass()), the test project takes a nose dive throwing a System.Exception in the constructor of the MainPage (specifically the call to LoadApplication(nunit) to which the NUnit.Runner.App is passed to fails), reporting that App of my project returned a catastrophic failure. when I remove the reference to my project test run fine. I am also able to start my project standalone.
I've been trying to hunt this down ever since i submitted this PR, but I'm running out of ideas. Any help appreciated.