Discussion: Use XAML Styler for consistency? #7455
michael-hawker
started this conversation in
General
Replies: 3 comments
-
Love this, @karenbtlai was also interested. |
Beta Was this translation helpful? Give feedback.
0 replies
-
that would be awesome :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ranjeshj FYI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion: Use XAML Styler for consistency?
XAML Styler is a tool to help make XAML consistent by applying a common set of style rules to XAML (i.e. VSM should be on top, or Grid Row/Columns should come first, etc...)
It'd be great if the repo could adopt a set of guidance for XAML styling, encoded in a XAML Styler settings file. This would ensure:
The last point would be especially helpful for libraries and app developers which copy and re-template controls, as if there's a future update to a style, since the ordering of everything could be enforced to be consistent (between WinUI and an app developer adopting the same style settings), then this would make it easier to compare the styles for differences to update between versions.
Related Links
Beta Was this translation helpful? Give feedback.
All reactions