dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
602 stars 38 forks source link

[Proposal] Use WinRT Component instead of C# class library #36

Closed dongle-the-gadget closed 2 years ago

dongle-the-gadget commented 2 years ago

Currently WinUIEx is a C# class library, meaning that it can only be consumed by .NET WinUI 3 applications. Would appreciate if you could move the library to become a WinRT Component, which allows all WinUI 3 applications to consume the library.

dotMorten commented 2 years ago

Thank you for the suggestion but making it a WinRT component has major drawbacks and limitations so not something I am planning to do. The change would be quite bad for people who are using this with .NET

marcelwgn commented 1 year ago

@dotMorten am I right in with the assumption that supporting C++ (or even implementing this in C++/WinRT) is not a plan of yours then? Would this be something you would mind others do in that case or would you accept that kind of contribution?