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

Support awaiting a parenthesized 'switch' or 'with' expression #3462

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

sharwell
Copy link
Member

Fixes #3460

@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #3462 (a7491aa) into master (49ef1d5) will decrease coverage by 3.28%.
The diff coverage is 96.42%.

❗ Current head a7491aa differs from pull request most recent head 16b767b. Consider uploading reports for the commit 16b767b to get more accurate results

@@            Coverage Diff             @@
##           master    #3462      +/-   ##
==========================================
- Coverage   93.23%   89.94%   -3.29%     
==========================================
  Files        1063     1063              
  Lines      113073   109694    -3379     
  Branches     3980     3979       -1     
==========================================
- Hits       105423    98669    -6754     
- Misses       6630     9955    +3325     
- Partials     1020     1070      +50     

@sharwell sharwell merged commit 72c7ac2 into DotNetAnalyzers:master Feb 22, 2022
@sharwell sharwell deleted the await-switch branch February 22, 2022 18:44
@sharwell sharwell added this to the 1.2-beta.next milestone Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive on switch expression with await
1 participant