Closed celluj34 closed 2 years ago
Task.CompletedTask
await
if (expression)
if (!expression)
await Task.CompletedTask
Task.CompletedTask
directly instead ofawait
ing itif (expression)
toif (!expression)
and early-returnawait Task.CompletedTask
call at end of method