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

Add initial code and tests for the SA1414 Analyzer for converting fie… #2781

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AraHaan
Copy link

@AraHaan AraHaan commented Sep 9, 2018

…lds that are marked internal as internal auto properties.

See #2780. I closed the other pull request for this as I think this would be a great thing to add to help people with fields they mark internal. However this excludes static, and const ones for now as I am not sure if I can actually suggest making those auto properties.

@AraHaan
Copy link
Author

AraHaan commented Sep 9, 2018

@sharwell uh I think I need help with figuring out the failed tests. I would debug them but I still cannot build due to the same issue I have from the other pull request.

allves90
allves90 previously approved these changes Sep 10, 2018
@AraHaan
Copy link
Author

AraHaan commented Sep 10, 2018

going to debug the if now and find out why the 1 test fails.

@sharwell
Copy link
Member

@AraHaan Did you update the permissions as described in the issue I linked to?

@AraHaan
Copy link
Author

AraHaan commented Sep 10, 2018

yes, I did.

@AraHaan
Copy link
Author

AraHaan commented Sep 10, 2018

LOL seems like a GitHub bug now... Why is it always me that finds the bugs. 🤔

@codecov
Copy link

codecov bot commented Sep 10, 2018

Codecov Report

Merging #2781 into master will decrease coverage by <.01%.
The diff coverage is 94.36%.

@@            Coverage Diff             @@
##           master    #2781      +/-   ##
==========================================
- Coverage   97.37%   97.37%   -0.01%     
==========================================
  Files         751      753       +2     
  Lines       99421    99492      +71     
  Branches     3263     3270       +7     
==========================================
+ Hits        96816    96883      +67     
- Misses       1736     1738       +2     
- Partials      869      871       +2

@AraHaan
Copy link
Author

AraHaan commented Sep 10, 2018

@sharwell I think the build bugged out on the powershell script. It works properly locally though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants