-
Notifications
You must be signed in to change notification settings - Fork 153
Description
Is your feature request related to a problem? Please describe.
No, I wouldn't say it's a "problem", but: At least for me, when VSTHRD111 happens, and I "Alt-Enter" to get to the suggested code fixes, the first code fix listed is always to use ConfigureAwait(true). Since it is the first listed, it is the default choice when you hit "Alt-Enter" then "Enter".
In my experience, that's almost never what I want. I want ConfigureAwait(false). I get the feeling that that's true of most people, too. If I'm wrong about that, please just forget about this request.
Describe the solution you'd like
I'd like the first listed one to be ConfigureAwait(false), so that it is the default choice.
Describe alternatives you've considered
Of course I can (and do) just "Alt-Enter", "Down", "Enter", which is obviously not a huge travail in and of itself. But I've sometimes caught myself mistakenly just doing "Alt-Enter", "Enter", because of (1) longstanding muscle memory from an old analyzer with this same rule (or maybe an old version of this one? I forget), and (2) the high degree of visual similarity between the top two choices. That's the sort of thing that I'm really hoping to prevent, rather than merely the extra keystroke.