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
Using IInitializeWithWindow is very complicated with CsWinRT compared to the old .NET way. You can see the implementation in the WinUI-3-Demos repo. It's possible to restore the old way or create a wrapper for that integrated in CsWinRT ?
Another isuue which talk about that #287
The text was updated successfully, but these errors were encountered:
mveril
changed the title
A better way to use initializeWithWindow
A better way to use IInitializeWithWindow
Jul 24, 2020
CsWinRT now supports ComImport-attributed interfaces directly. These can be defined by end developers, or included in projection assemblies, where appropriate. See also: microsoft/microsoft-ui-xaml#2595
Using IInitializeWithWindow is very complicated with CsWinRT compared to the old .NET way. You can see the implementation in the WinUI-3-Demos repo. It's possible to restore the old way or create a wrapper for that integrated in CsWinRT ?
Another isuue which talk about that #287
The text was updated successfully, but these errors were encountered: