Replies: 2 comments 6 replies
-
u right, this is a very big breaking change, in fact this problem already occurs with Arc Control, but I don't know if that is a good idea |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think if that occurs I can rename the controls, just adding "Aura" to its name (like AuraTabView or AuraTabItem, in the case of some Avalonia NavigationView I can rename it as "AuraNavigationView") |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Hi @PieroCastillo ,
I often find my self wondering if a control is from Aura.UI or Avalonia, as both libs share a common namespace. Moreover this may lead to issues in the future:
NavigationView
?Beside this I think if one works with several programmers on the same app and you have the namespace like this:
anybody can just open the link and see the docs and knows where the origin of the controls is 😄 .
What do you think about this?
NOTE: I know that this is a breaking change and will affect many many other programs. I wanted to share my idea anyway.
Happy coding
Tim
Beta Was this translation helpful? Give feedback.
All reactions