Skip to content

Use ConfigureAwait(false) #22

@nminaya

Description

@nminaya

It is recommended to use ConfigureAwait(false) on async calls in all Library code.

https://medium.com/bynder-tech/c-why-you-should-use-configureawait-false-in-your-library-code-d7837dce3d7f

var result = await client.SendAsync(request);

var content = await result.Content.ReadAsStringAsync();

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