Skip to content

Fix boxing of types#1646

Merged
manodasanW merged 5 commits into
staging/AOTfrom
manodasanw/fixtypemapping
Jun 30, 2024
Merged

Fix boxing of types#1646
manodasanW merged 5 commits into
staging/AOTfrom
manodasanw/fixtypemapping

Conversation

@manodasanW
Copy link
Copy Markdown
Member

We were able to box types from C# to native, but getting box types from native in C# didn't get properly unboxed. In addition, if we had a collection of types, we failed to properly generate the IID for it on AOT due to not finding the helper type. Addressing both of those issues and adding some tests.

Comment thread src/WinRT.Runtime/Projections.cs Outdated
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