Reporter | Alexander Shvedov (shvedov) |
---|---|
Created | Apr 20, 2012 3:54:53 PM |
Updated | Apr 23, 2012 5:46:46 PM |
Priority | Show-stopper |
Type | Bug |
Fix versions | No Fix versions |
State | Open |
Assignee | Olga Lobacheva (olka) |
Subsystem | Language - C# |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
There is no await expressions inside async lambda, but async modifier is required to make lambda-expression convertible to delegate type with return value of type Task.
Minimal repro:
Same problem in VB.NET (green highlighting is produced by VS):