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

Simplify multiple enumeration analyzer #6343

Merged
merged 2 commits into from
Dec 14, 2022

Conversation

Youssef1313
Copy link
Member

This is a small refactoring that changes AvoidMultipleEnumerationsFlowStateDictionaryFlowOperationVisitor from being abstract with C#/VB implementation, to being sealed with no language-specific implementation. This is done by moving the language-specific code from AvoidMultipleEnumerationsFlowStateDictionaryFlowOperationVisitor to the analyzer itself.

@Youssef1313 Youssef1313 requested a review from a team as a code owner December 13, 2022 15:00
@Youssef1313
Copy link
Member Author

@Cosifne @mavasani can you review please? Thanks!

@Cosifne
Copy link
Member

Cosifne commented Dec 14, 2022

I am not a member of roslyn analysis 😅
so you need to find someone else to get this approved

@mavasani mavasani enabled auto-merge December 14, 2022 20:13
@mavasani mavasani merged commit dc21b95 into dotnet:main Dec 14, 2022
@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #6343 (f593994) into main (fde4933) will increase coverage by 0.00%.
The diff coverage is 75.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6343   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files        1366     1360    -6     
  Lines      315512   315477   -35     
  Branches    10187    10187           
=======================================
- Hits       303145   303132   -13     
+ Misses       9934     9913   -21     
+ Partials     2433     2432    -1     

@github-actions github-actions bot added this to the vNext milestone Dec 14, 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.

3 participants