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

Avoid reporting SA1141 (Use tuple syntax) in expression trees #3306

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

sharwell
Copy link
Member

Fixes #3305

@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #3306 (9dd1f57) into master (23db6c0) will decrease coverage by 0.02%.
The diff coverage is 71.89%.

@@            Coverage Diff             @@
##           master    #3306      +/-   ##
==========================================
- Coverage   93.55%   93.52%   -0.03%     
==========================================
  Files        1017     1018       +1     
  Lines      109990   110116     +126     
  Branches     3786     3805      +19     
==========================================
+ Hits       102898   102983      +85     
- Misses       6141     6179      +38     
- Partials      951      954       +3     

@sharwell sharwell merged commit a65f49a into DotNetAnalyzers:master Mar 1, 2021
@sharwell sharwell deleted the expression-tree branch March 1, 2021 00:18
@sharwell sharwell added this to the 1.2-beta.next milestone Mar 1, 2021
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.

SA1141 warns about ValueTuple.Create in expression trees
1 participant