Joe Sauve

Results 11 comments of Joe Sauve

No worries! Demoing PropertyChanged.Fody isn't really specific to your solution here. I was actually borrowing your navigation override stuff to handle cancelation tokens for long-running network calls in a cross-platform...

It would be wise for HubSpot to leverage ReFit in order to make its library client async/await: https://github.com/reactiveui/refit C# devs these days expect aync/await. ReFit makes it easy to develop...

Ahh! Sorry! Didn't realize this wasn't official! I just got started with HubSpot this week, so I've been poking around. I'll be needing to make some calls from within my...

Yeah, not really sure. My application is Instagram-centric, not FB. I followed Instagram's OAuth2 documentation. OAuth2 should work the same everywhere, unless FB does something weird that's different than other...

If you ARE using a very recent API level, I'm interested to see if you get the same type of exception when running one of the Xamarin.Forms samples: https://github.com/xamarin/xamarin-forms-samples Try...

Is that 4.0 what you're TARGETING in the app settings? Is that the only API level that you have installed?

When I built this sample, I only had Android API level 18 (Android 4.3 Jellybean) installed. No other API levels were installed.

As @activa mentioned, a deep clean seems to work. You can use `git clean -fdx` in your repo to do this quickly and easily (as long as you don't have...