-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove OleCmdHelper/ISecureCommand dead code (CAS/XBAP leftovers) #9943
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
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.
LGTM.
@h3xds1nz, the PR can be merged post resolution of conflicts.
cd58666
to
bfa8712
Compare
@harshit7962 Resolved. |
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.
Reapproving after resolution of merge conflicts.
@h3xds1nz Thank you for your continued contributions. |
@harshit7962 Thanks for iteratively working through them :) |
Description
Continues #9855 and #9865, removing even more XBAP related dead code (and some CAS related code).
OleCmdHelper
is uncalled,CommandWithArgument
was only used inOleCmdHelper
.ISecureCommand
was also referenced viaOleCmdHelper
though it has been gutted out during CAS removal.SecureUICommand
was created usingCommandLibraryHelper
on NetFX, removed during CAS removal too.Customer Impact
Smaller assembly size, improved code base quality for developers.
Regression
No.
Testing
Local build.
Risk
I believe there is none, those classes are uncalled and interface unused since CAS removal.
Microsoft Reviewers: Open in CodeFlow