Skip to content

Conversation

oysteinkrog
Copy link
Contributor

The async/task support is now stable (and works well) for Xamarin.iOS (monotouch) and Xamarin.Android (monodroid).

@haacked
Copy link
Contributor

haacked commented Oct 2, 2013

Could you provide some details on why this is needed?

@oysteinkrog
Copy link
Contributor Author

It makes it possible to use the Task methods from monodroid/monotouch.
Monodroid and monotouch can not reference the normal assembly, so there are custom projects for these platforms. Due to how the symbols/defines are setup for these projects the Task methods are not enabled for build.
I guess this was done because previously Task was not available (since earlier versions of monotouch/monodroid used mono 2, not mono 3).

haacked added a commit that referenced this pull request Oct 2, 2013
…nd_monotouch

Enable async/task extensions for monodroid and monotouch
@haacked haacked merged commit 30cd8ef into restsharp:master Oct 2, 2013
@haacked
Copy link
Contributor

haacked commented Oct 2, 2013

thumbs-up-nph

@oysteinkrog
Copy link
Contributor Author

Also, note that this does not make much sense unless you also pull the project fixes in #432 (it's no longer possible to build the monotouch/monodroid projects at all as they reference outdated project definitions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants