Ryan Davis

Results 83 comments of Ryan Davis

Hey @vbisbest, Apologies, I've been away for Evolve and now just on holidays so I haven't kept across the issues. There are two things I think we should try upfront...

Ok - I will not be able to test against the source code until this afternoon, but I have written up a very simple test on android that does (I...

For me, with your url, in XS, after 10 seconds, I get this: ![image](https://cloud.githubusercontent.com/assets/7392704/14993619/88438036-1120-11e6-90d3-6c81a6b2f17b.png) I don't trust that VS dialog - from memory it seemed to break on all 'thrown'...

Don't worry, as my memory is coming back I remember getting very frustrated and confused by that behaviour; for me even resetting the exception settings didn't seem to help, I...

Can you change your `async void` signature to `async Task` (and refactor the caller etc. accordingly)? In my experience `async void` is generally a recipe for unhappiness where exceptions are...

Yeah, if you can share some of the caller code including its signature I can help

Yep - I can do in an hour or so? > On 3 May 2016, at 1:04 pm, Ray Kelly [email protected] wrote: > > This is brutal, I was able...

I've looked into it a little more -- When it sees an `UnobservedTaskException`, HockeyApp [tears down the app](https://github.com/bitstadium/HockeySDK-Xamarin/blob/master/source/android/Additions/CrashManager.cs#L57) (the `TraceWriter.WriteTrace` has an optional `terminate` parameter which is true when not...

How did this work out? I'm planning to bring it into the code.

I'll have it in by ~~Sunday~~ evening my time 👍 (edit -- Monday)