Skip to content

Update SA1519 to examine using statements#2181

Merged
sharwell merged 1 commit intoDotNetAnalyzers:masterfrom
sharwell:fix-2180
Aug 3, 2016
Merged

Update SA1519 to examine using statements#2181
sharwell merged 1 commit intoDotNetAnalyzers:masterfrom
sharwell:fix-2180

Conversation

@sharwell
Copy link
Copy Markdown
Member

Fixes #2180

@sharwell sharwell added this to the 1.1.0 Beta 1 milestone Jul 30, 2016
{
}
}
}";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be using System; (The AppVeyor build failed on this)

@vweijsters
Copy link
Copy Markdown
Contributor

👍 Looks good to me, except for the issue with the unit test

@sharwell
Copy link
Copy Markdown
Member Author

sharwell commented Aug 1, 2016

@vweijsters There was also an indentation problem with the original code fix expectation. For some reason the braces for the second using statement do not get indented here.

@codecov-io
Copy link
Copy Markdown

Current coverage is 96.77% (diff: 100%)

Merging #2181 into master will increase coverage by <.01%

@@             master      #2181   diff @@
==========================================
  Files           575        575          
  Lines         77703      77740    +37   
  Methods        3379       3388     +9   
  Messages          0          0          
  Branches       3014       3006     -8   
==========================================
+ Hits          75193      75233    +40   
  Misses         1673       1673          
+ Partials        837        834     -3   

Powered by Codecov. Last update 40fcf00...5540111

@vweijsters
Copy link
Copy Markdown
Contributor

👍 What do you want to do with the wrong indentation? Make a new issue for it?

@sharwell sharwell merged commit 4457e16 into DotNetAnalyzers:master Aug 3, 2016
@sharwell sharwell deleted the fix-2180 branch August 3, 2016 20:22
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