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

ABI static classes for ProjectionInternal types were public #1196

Merged
merged 2 commits into from
May 17, 2022

Conversation

manodasanW
Copy link
Member

Fixing issue where the ABI static classes for ProjectionInternal types were public. They weren't intended to be part of the public API surface given the only consumer of it is from ComInteropHelpers.cs and the ABI interface which are both in the same projection (Windows SDK projection). Given no one should be referencing these types, it should be fine to make internal and allows us to avoid changing the assembly version for previous versions of the Windows SDK projection due to the newly added API.

@manodasanW manodasanW requested a review from ujjwalchadha May 17, 2022 00:36
@manodasanW manodasanW merged commit fb6a81d into master May 17, 2022
@manodasanW manodasanW deleted the manodasanw/FixStaticABIClassAccessibility branch May 17, 2022 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants