resharper-postfix
resharper-postfix copied to clipboard
.cawait for ConfigureAwait false
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.