WIP: Enable CA1822 for types with internal visibility#15838
WIP: Enable CA1822 for types with internal visibility#15838xtqqczze wants to merge 12 commits intoPowerShell:masterfrom
Conversation
|
PowerShell-CI-windows Failing after 4m — Build #PR-15838-20210728.02 failed: I thought It seems diagnostics are still running at build time for PdhHelper. |
No, please exclude non-compliling code and frozen code too. Also 68 files are too many for review. Please split the PR on some parts. |
|
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
Non-breaking change as fixes are only for types with an effective visibility of internal.
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822
Follow-up to: #13897.