3 comments

Nice idea, but unless R# can generate a better async implementation, the method body should either remain unchanged or be left blank.

Creating an async method which just calls Task.Run to call the sync method on a background thread is not a good idea:
http://blogs.msdn.com/b/pfxteam/archive/2012/03/24/10287244.aspx

0

Hello Klaus,

  There is a similar request in YouTrack http://youtrack.jetbrains.com/issue/RSRP-337124. You are welcome to vote for it.

Thanks!

0
Avatar
Klaus Luedenscheidt

done :)

0

Please sign in to leave a comment.