Todd

Results 5 comments of Todd

Have you installed mono on the raspberry pi?

I have not had to specify an architecture, with any of my Xamarin.forms PI projects during compilation. I usually see the "Exec format error" when trying to run executable directly...

I not sure how to get the xml output. Unfortunately the tests are for a library that I isn't public. The test themselves were pretty simple. ``` [TestFixture, Description ("Testing...

I thought of that too. It show up as a test failure on the individual tests, with the stack trace and exception showing up in the test failed screen.

It looks like if there is an exception in [OneTimeSetUp] or [SetUp] it Shows overall fail even if the tests succeed. The exceptions are hidden. I Don't see them in...