OBSOLETE: Update accessibility modifiers#11773
OBSOLETE: Update accessibility modifiers#11773xtqqczze wants to merge 8 commits intoPowerShell:masterfrom
Conversation
|
@xtqqczze you may want to update the PR description with your reasoning for each change, since most of them seem to be on a per-class basis. I'd also recommend a more general PR title, since it seems you're not only adding |
a21bc7b to
7a900fb
Compare
src/System.Management.Automation/CoreCLR/CorePsAssemblyLoadContext.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Management.UI.Internal/ShowCommand/ViewModel/CommandViewModel.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
@PaulHigin @TravisEz13 Can we make the class static?
There was a problem hiding this comment.
The class contains only static members.
c7891dd to
0c99e14
Compare
iSazonov
left a comment
There was a problem hiding this comment.
Why do we set sealed for internal classes? Can you add more info in the PR description?
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
|
@xtqqczze Have you plans to continue? Please resolve merge conflicts. |
|
Please separate the static and sealed changes. |
|
I will separate changes into new PRs, converting to draft. |
Have you any updates? |
|
So the PR can be closed? |
@xtqqczze Can we close? |
|
RCS1102 changes are split to #14335. |
|
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. |
|
Changes from this PR are now either merged or submitted in PRs. |
PR Summary
PR Context
https://github.com/PowerShell/PowerShell/blob/master/docs/dev-process/coding-guidelines.md#member-conventions
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.