I was looking to see if the Async CTP with a portable class library?
No. The Async CTP has different dlls for Desktop, Phone, Silverlight 4, and Silverlight 5.
Hopefully in the near future, all these platforms will support Task (and async) natively, and then portable class libraries would be able to use async.
Update: Microsoft.Bcl.Async can be installed for portable libraries targeting .NET 4.0/4.5, Windows Store apps, Silverlight 4/5, and Windows Phone 7.5/8.0
In Visual Studio 2012 RTM async/await syntax can be used in Portable Class Libraries, at least when targeting .NET 4.5 and WinRT.
Edit: It's now possible to use async/await even in Portable Class Libraries targeting WP7.5/WP8 + Silverlight 4/5 + .NET 4.0/4.5 + WinRT using Microsoft.Bcl.Async library.
As a heads up, we've started planning a release of Async that will support down-level (.NET 4.0, SL5, Phone 7.5) portable:
You can use beta version of Microsoft.Bcl.Async - I already use it in my projects and it behaves stable to be used in real projects.
© 2022 - 2024 — McMap. All rights reserved.