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

Fix UsingCodeFixProvider handling of aliases #1865

Merged
merged 1 commit into from
Nov 29, 2015

Conversation

sharwell
Copy link
Member

This change can result in the output of this code fix containing duplicate
using directives, but this situation does not break the semantics of code
and only produces a build warning.

Fixes #1770

This change can result in the output of this code fix containing duplicate
using directives, but this situation does not break the semantics of code
and only produces a build warning.

Fixes DotNetAnalyzers#1770
@sharwell sharwell added this to the 1.0.0 RC 1 milestone Nov 29, 2015
@codecov-io
Copy link

Current coverage is 79.32%

Merging #1865 into master will decrease coverage by -0.01% as of a088705

@@            master   #1865   diff @@
======================================
  Files          557     557       
  Stmts        34678   34684     +6
  Branches      9594    9596     +2
  Methods                          
======================================
  Hit          27513   27513       
- Partial       5599    5600     +1
- Missed        1566    1571     +5

Review entire Coverage Diff as of a088705

Powered by Codecov. Updated on successful CI builds.

@vweijsters
Copy link
Contributor

👍

sharwell added a commit that referenced this pull request Nov 29, 2015
Fix UsingCodeFixProvider handling of aliases
@sharwell sharwell merged commit 40131df into DotNetAnalyzers:master Nov 29, 2015
@sharwell sharwell deleted the fix-1770 branch November 29, 2015 19:47
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.

UsingCodeFixProvider does not handle aliases correctly
3 participants