Skip to content

.cawait for ConfigureAwait false #63

Description

@UnoSD

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions