Invalid error using async/await
ReSharper 7.1.2 reports invalid errors when using async/await on Windows Phone projects. In this case I'm using a portable class library to share some code between WP7 and WP8, the program works fine on both platforms but ReSharper shows this error message:
Attachment(s):
Captura de pantalla.png
Please sign in to leave a comment.
Hello Juan,
Thanks for the report. I beleive this issue is similar to this one, which is going ti be fixed in the next ReSharper version: http://youtrack.jetbrains.com/issue/RSRP-336161
Hi Alex, I don't know if it's the same issue because the message is quite different and in the project I'm not using the Microsoft.Bcl.Async library.
Hi Juan,
Could you please create and attach here a small sample solution to confirm it? I've tried to reproduce this issue on my PC, however I don't get any warnings on this kind of code.
Thanks in advance!
Hi Alex, I have realized I was using the RC version of the BCL library for WP7, and here is the project.
Attachment(s):
wpSharedCode.rar.zip