Ben Pettit

Results 24 comments of Ben Pettit

Yeah we have tests which are using sqlpretty which are dependent on sqlitepcl.raw. The resharper test runner host runs our tests from a PCL .netportable project. Unfortunately I can't figure...

We have something working now though it's not pretty. We manually link the .NETPortable class library to the .NET45 SQLitePCLRaw.provider.e_sqlite3.dll (it can't be added via nuget) so we can call...

I'm not using refit, just fusilade and it was causing exceptions to be thrown in Android when using httpclient concurrently: ``` Object name: 'System.Net.Http.StreamContent'.) ---> System.ObjectDisposedException: Cannot access a disposed...

Looks like I managed to fix this in the short term by calling StopListeningAsync and then GetPositionAsync and then recalling StartListeningAsync. I may need to stop using GetPositionAsync however since...

+1 A static stopMockingAll method would be nice to chuck into the teardown method of a test suite.

I've been automating tests for iOS/android using a cake frosting add-on I wrote here: https://github.com/pellet/Cake.DevicesXunitTestReceiver . It writes the test results via tcp back to the cake job. It was...

Here's a hack I used to get it working using reflection, I just called this method from the MainActivity.OnCreate method. /// /// Kick off your test/tests by using a filter....

Hi John, thanks for the quick feedback. Yeah sure I'll try to join the next meeting to give an overview of the changes, I find running through pull requests over...

This work will be added in a new PR after merging the vr support for the n170 experiment.

thanks, let me know if you want some help with the testing.