Skip to content
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

Move most of the remaining Strong Name code to internal to the C++ file and remove duplicate validation #95536

Merged
merged 10 commits into from
Dec 6, 2023

Conversation

jkoritzinsky
Copy link
Member

Remove all function prototypes for functions only called in strongnameinternal.cpp from strongnameinternal.h.

Remove duplicate validation in StrongNameTokenFromPublicKey. These validation checks were already done in StrongNameIsValidPublicKey.

Remove extraneous #include of one of the key headers in methodtablebuilder.cpp.

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jkoritzinsky jkoritzinsky merged commit 1890ac9 into dotnet:main Dec 6, 2023
111 checks passed
@jkoritzinsky jkoritzinsky deleted the cleanup-strongname branch December 6, 2023 21:25
@github-actions github-actions bot locked and limited conversation to collaborators Jan 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants