resharper-postfix icon indicating copy to clipboard operation
resharper-postfix copied to clipboard

.cawait for ConfigureAwait false

Open UnoSD opened this issue 8 years ago • 0 comments

For library code, ConfigureAwait(false) is used everywhere; would be nice to have a postfix template like .await but including that, too:

MethodAsync().cawait -> await MethodAsync().ConfigureAwait(false)

Thanks.

UnoSD avatar Sep 06 '17 09:09 UnoSD