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

Manual Type mappings for structs should be marked with WindowsRuntimeTypeAttribute #144

Closed
jkoritzinsky opened this issue Apr 15, 2020 · 0 comments · Fixed by #146
Closed
Labels
fixed Issue has been fixed in an upcoming or existing release

Comments

@jkoritzinsky
Copy link
Member

The structs we just added in #141 didn't get marked with the WinRT.WindowsRuntimeTypeAttribute attribute. As a result, some portions of the system will incorrectly recognize them as .NET types instead of Windows Runtime types. We should mark them as WinRT types to ensure they'r recognized correctly.

@angelazhangmsft angelazhangmsft added the fixed Issue has been fixed in an upcoming or existing release label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue has been fixed in an upcoming or existing release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants