-
Notifications
You must be signed in to change notification settings - Fork 509
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
base: master
Are you sure you want to change the base?
Add initial code and tests for the SA1414 Analyzer for converting fie… #2781
Conversation
…lds that are marked internal as internal auto properties.
@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. |
going to debug the if now and find out why the 1 test fails. |
@AraHaan Did you update the permissions as described in the issue I linked to? |
yes, I did. |
LOL seems like a GitHub bug now... Why is it always me that finds the bugs. 🤔 |
Codecov Report
@@ 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 |
@sharwell I think the build bugged out on the powershell script. It works properly locally though. |
…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
, andconst
ones for now as I am not sure if I can actually suggest making those auto properties.