Skip to content

Use ConfigureAwait(false) #22

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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