You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: