await Task.Delay (1000); "Success".Dump();
The type or namespace name 'await' could not be found (press F4 to add a using directive or assembly reference)
Comments
Can you do this:
I was calling await from a non-async method
Sorry to waste your time