C
C#3mo ago
Pdawg

✅ Consuming external .winmd file in Cs/WinRT

Hello! I have a winmd file from a GitHub repo that contains some extra metadata in Windows.UI.Xaml.Hosting. How can I make Cs/WinRT consume it for use in my program? I got C++/WinRT to do it, but I'm not sure how to do it in Cs/WinRT.
1 Reply
Pdawg
Pdawg3mo ago
figured this one out