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.
For library code, ConfigureAwait(false) is used everywhere; would be nice to have a postfix template like
.awaitbut including that, too:MethodAsync().cawait -> await MethodAsync().ConfigureAwait(false)
Thanks.