-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Fix RCS1049: Simplify boolean comparison #13994
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
src/System.Management.Automation/engine/Modules/ModuleCmdletBase.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/remoting/commands/InvokeCommandCommand.cs
Outdated
Show resolved
Hide resolved
|
Open PRs should not be assigned to milestone, so they are not assigned to the wrong milestone after they are merged. For backport consideration, use a |
Co-authored-by: Ilya <darpa@yandex.ru>
|
This PR makes changes to ComInterop, so a corresponding PR has been opened at dotnet/runtime#44564. |
|
dotnet/runtime#44564 is approved. |
|
dotnet/runtime#44564 is merged. |
|
🎉 Handy links: |
https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1049.md
This PR includes changes to ComInterop that have also been made in dotnet/runtime#44564.