-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix parallel merge with new usage of renamed method #118246
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.
Pull Request Overview
This PR fixes a method call to use the renamed ImportSlhDsaPrivateKey
method instead of the previously named ImportSlhDsaSecretKey
method in the SlhDSA cryptography tests.
- Updates method call to use the correct renamed method
- Ensures tests continue to function after API rename
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones |
@bartonjs If you are confident of this change and it looks correct to me too, I would merge this as soon as one of the legs gets past the current failure. |
/ba-g failing leg passes with these changes Previous run with error: https://github.com/dotnet/runtime/pull/118232/checks?check_run_id=47144319285 |
@bartonjs this PR broke main?
|
@EgorBo No, this PR fixes that. |
No description provided.