-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Enable IDE0075: SimplifyConditionalExpression #14078
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
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. |
src/System.Management.Automation/FormatAndOutput/common/FormattingObjectsDeserializer.cs
Show resolved
Hide resolved
src/System.Management.Automation/engine/hostifaces/InternalHostUserInterface.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/hostifaces/PowerShell.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/client/ClientMethodExecutor.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/commands/PSRemotingCmdlet.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/commands/PSRemotingCmdlet.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/commands/PSRemotingCmdlet.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/commands/PSRemotingCmdlet.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/server/ServerRemoteHost.cs
Outdated
Show resolved
Hide resolved
Remove unnecessary parenthesis. Co-authored-by: Ilya <darpa@yandex.ru>
|
@iSazonov Ae you happy to merge as-is, or do you want more changes to remove redundant parenthesis? |
|
🎉 Handy links: |
https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0075