Skip to content
Discussion options

You must be logged in to vote

Note that you can write the code like this:

await using var _ = c.ConfigureAwait(false);

(This actually declares a variable named _, it's not a discard.)

Also, I think this is pretty much a duplicate of #2235.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@virzak
Comment options

Answer selected by virzak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4134 on November 13, 2020 04:03.