unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.78k stars 707 forks source link

Add support for `x:TypeArguments` #2173

Open ushenkodmitry opened 4 years ago

ushenkodmitry commented 4 years ago

What would you like to be added:

I would like to x:TypeArguments attribute to be added to the platform.

Why is this needed:

This needed to support inheriting from controls with generic type attributes.

For which Platform:

Anything else we need to know?

MartinZikmund commented 3 years ago

This feature depends on support of TypeArguments in WinUI, which is tracked here - https://github.com/microsoft/microsoft-ui-xaml/issues/931/. Please upvote the issue there. Once implemented, we will port to Uno as well.