Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSTHRD111: Offer .ConfigureAwait(false) as the first code fix #1248

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Oct 24, 2023

Closes #980

@AArnott AArnott changed the title Offer .ConfigureAwait(false) as the first code fix VSTHRD111: Offer .ConfigureAwait(false) as the first code fix Oct 24, 2023
@matthew-j-clark
Copy link

Do we need a test for ensuring the order of offering fixes?

@AArnott
Copy link
Member Author

AArnott commented Oct 24, 2023

No. I wasn't testing the old order, and as a change like this is super straightforward, and obvious in reading what order it will appear in, adding a test just adds friction to such changes.

@AArnott AArnott merged commit 86bffb7 into microsoft:main Oct 24, 2023
6 checks passed
@AArnott AArnott deleted the fix980 branch October 24, 2023 17:07
@AArnott AArnott added this to the v17.9 milestone Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VSTHRD111: Order of suggested code fix options
2 participants