Sync generator should generate attributes #10842
Labels
area/code-generation
Categorizes an issue or PR as relevant to code generation
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
project/core-tools 🛠️
Categorizes an issue or PR as relevant to core and tools
What would you like to be added:
Almost all classes in UWP/WinUI have attributes declared. While some are not necessarily useful in Uno Platform context, some are, e.g.
[ContentProperty]
.Sync generator should generate these automatically if they are not present in non-generated code already.
Why is this needed:
Avoid missing attributes.
For which Platform:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: