-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Cleanup '#if !CORECLR' code #8337
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
af4245f to
cc33627
Compare
| , RegistryKeyPermissionCheck.ReadWriteSubTree | ||
| #endif | ||
| ); | ||
| Credential_Delegation_Key = rootKey.CreateSubKey(Registry_Path_Credentials_Delegation, RegistryKeyPermissionCheck.ReadWriteSubTree); |
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.
Why did you decide to add RegistryKeyPermissionCheck parameter here?
It looks like the macro was removing it previously...
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.
I guess it was removed because CoreFX had not support. Now we have this and we can enable the check.
PR Summary
Related #3565 and #4357.
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