WIP: Fix IDE0005: Remove unnecessary usings#13504
WIP: Fix IDE0005: Remove unnecessary usings#13504xtqqczze wants to merge 1 commit intoPowerShell:masterfrom
Conversation
|
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. |
|
Maintainers think this is a low risk change, considering that a build break will detect any error in this change; |
|
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. |
|
@xtqqczze Please split the PR by project/folder. |
|
@xtqqczze Can we close? |
|
@iSazonov We still have |
|
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. |
|
Turning this code analysis rule to a warning/error mode helps maintain leaner code base and open up path to removed unused Based on dotnet/roslyn#41640 (comment) this property is already enabled for this repo: PowerShell/PowerShell.Common.props Line 146 in dd3a6a1 |
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005