Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

System.Exception reporting a catastrophic failure when NUnit runner loads tests and project to be tested #56

@cmurczek

Description

@cmurczek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions