-
Notifications
You must be signed in to change notification settings - Fork 106
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
Fix potential type incompatibility for in-proc WinRT components #1610
Conversation
src/cswinrt/strings/additions/Windows.Foundation/Windows.Foundation.cs
Outdated
Show resolved
Hide resolved
This reverts commit ff03ae1.
PTAL. |
I can see this being a feasible solution to this problem with different projections. Going to run the CI pipelines to make sure everything continues to pass. |
This comment was marked as resolved.
This comment was marked as resolved.
All of the |
CI passed, thanks for this change. |
We need to treat the object as unmanaged object and create an RCW for this case.
Fixes #1510.