Invalid error when using Microsoft.Bcl.Async in WP7 projects Follow
ReSharper 7.1 reports invalid errors when using Microsoft.Bcl.Async library in WP7 projects in VS2012 with WP8 SDK.
With this library it's possible to use async/await calls in various project types including WP7:
http://blogs.msdn.com/b/bclteam/archive/2012/10/19/using-async-await-without-net-framework-4-5.aspx
ReSharper reports, that I cannot await on Task types, but the compilation just works and the app as well:
Please sign in to leave a comment.
Hello Martin,
Could you please share a small sample, which will demonstrate this issue? I can't reproduce this bug on my environment.
Tahnk you in advance!
Here is the sample. I've found the error is actually in WP8 projects after adding Microsoft.Bcl.Async.
Attachment(s):
PhoneApp2.7z.zip
Hello Martin,
Thank you for the sample. I've logged this issue for further fixing here in YouTrack: http://youtrack.jetbrains.com/issue/RSRP-336161
Thanks again for the report.