I'd like to make a Portable Class Library (PCL) version of a .NET 4.5 library capable of targeting Mono for Android. This library also makes heavy use of async / await.
I understand that the latest Xamarin Preview release includes support for async / await, and it seems that others have async / await working with PCL, but can the combination be made to work? If so, can someone provide the secret formula?
Microsoft.Bcl.Async
). I've looked into PLC+async support on Xamarin over the last week and have concluded it's simply not mature enough yet. Hopefully soon... – Stephen Cleary