-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Format Management csproj with updated codeformatter #7346
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
Format Management csproj with updated codeformatter #7346
Conversation
| } = new string[0]; | ||
|
|
||
| // Include | ||
| // Include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps delete this comment
| public virtual string[] Exclude | ||
| { | ||
| get; | ||
| // get |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete
| // get | ||
| set; | ||
| // set | ||
| // set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
| } = new string[0]; | ||
|
|
||
| // Exclude | ||
| // Exclude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
| } = new string[0]; | ||
|
|
||
| // Exclude | ||
| // Exclude |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete
|
@SteveL-MSFT You comments was addressed |
daxian-dbw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work! Thanks @iSazonov
PR Summary
Related #4708.
Format Microsoft.PowerShell.Commands.Management.csproj by codeformatter with default options.
The codeformatter is used that I compiled with newest Roslyn packages (version 2.8.2).
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests