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

Update SA1118 to allow 'with' expressions #3317

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

sharwell
Copy link
Member

Fixes #3314

@codecov
Copy link

codecov bot commented Mar 10, 2021

Codecov Report

Merging #3317 (07ebed1) into master (03e0562) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3317   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files        1020     1021    +1     
  Lines      110208   110262   +54     
  Branches     3806     3806           
=======================================
+ Hits       103074   103128   +54     
  Misses       6179     6179           
  Partials      955      955           

@sharwell sharwell merged commit 24755d2 into DotNetAnalyzers:master Mar 10, 2021
@sharwell sharwell deleted the with-init branch March 10, 2021 19:38
@sharwell sharwell added this to the 1.2-beta.next milestone Mar 10, 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.

SA1118 should permit with use where object initializers are allowed
1 participant