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

Provide method for projections to add "default-implemented" interfaces for CCWs #49

Closed
jkoritzinsky opened this issue Jan 13, 2020 · 1 comment

Comments

@jkoritzinsky
Copy link
Member

To match parity with the .NET projections system, CsWinRT needs to provide a way for libraries to provide implementations of native interfaces for the native wrappers of managed objects. For example, CsWinRT needs to supply 2 implementations of Windows/Microsoft.UI.Xaml.Data.ICustomPropertyProvider (one for .NET objects, one for CCWs that wrap RCWs); however, these types don't exist without running cswinrt to generate a projection.

jkoritzinsky added a commit that referenced this issue Feb 14, 2020
Implement the Dispose pattern to enable deterministic release on many cases. Fix a lifetime bug in factories that was exposed deterministically by this work.

Fixes #49
@jkoritzinsky
Copy link
Member Author

This will be fixed by however we fix #89. Closing this as a duplicate.

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

No branches or pull requests

1 participant