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

Make marshaller types public to ensure non-blittable structs can be properly marshalled. #976

Merged
merged 2 commits into from
Sep 2, 2021

Conversation

jlaanstra
Copy link
Collaborator

CsWinRT projection generates code for non-blittable types, that requires the marshaller to be public. Currently the marshaller is generated as internal preventing the type from being marshalled.

This PR makes the Marshaller public. Fixes #969

@manodasanW manodasanW merged commit a9a8631 into microsoft:master Sep 2, 2021
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.

error CS0122: 'CorePhysicalKeyStatus.Marshaler' is inaccessible due to its protection level
2 participants