Make sure that there is always a valid Intent#1480
Conversation
|
@Mrnikbobjeff Thanks for the research. I did not include the check for the |
|
I was also unsure about the side effects. Because I could not verify the behaviour I also would use the compatible version which does not check the result code. According to the documentation this does appear to be a valid guard though :) |
|
There that "FirstUser" option as well. I'll have a look at this, but I suppose in the meantime the nuget can be checked by anyone with a dodgy device. |
|
@mattleibow how can we test this branch? I can't seem to figure out how to make NuGet pull this fix |
Quoting mat from the issue linked to this pr. Simply add the link to your budget.json or if you build from within Vs you can also add the package source there |
|
@Mrnikbobjeff I have no idea what a budget.json is, a Google search doesn't help either. I've added the link as source in the Package Sources tab, however, when opening the NuGet Package Manager and searching all packages (including pre-releases), I only see "Microsoft.Azure.Mobile.Client" and "Microsoft.Azure.Mobile.Client.SQLiteStore". Is the branch already live or do I need to wait? |
|
Yeesh, mobile autocorrect changed nuget.json to budget.json. And @mattlebow the package is indeed not live. Linking to packageindex:
|
|
@Mrnikbobjeff Yeah I've done that... Still unable to see Xamarin.Essentials I really don't see a valid reason for having to wait over 2 days for a PR to be live |
|
@zunjae @Mrnikbobjeff terribly sorry, I think I pasted the wrong URL to the feed. I was working with both and then mixed them up... I wonder what I sent to the other team 😬 The correct feed is |

Description of Change
Make sure that there is always a valid Intent when the intermediate activity returns.
Bugs Fixed
API Changes
None.
Behavioral Changes
If the intent is null, then create one and not crash.
PR Checklist
mainat time of PR