global/directory namespace usage declaration #7602
emphasis87
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to have something akin to C# global using declarations? Either global or applied to descendants in a directory.
It quickly gets cumbersome to have custom namespace declarations in all components in the project.
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
There could be other default values, like
mc:Ignorable="d"
which would be nice to declare only once per project/directory.
Beta Was this translation helpful? Give feedback.
All reactions