Namespace unification/naming #32
Replies: 3 comments
-
This is perfect. It will hopefully make migration and upgrading much easier, and it also allows developers to stick with habits and use what they're used to. |
Beta Was this translation helpful? Give feedback.
-
This is a very welcome change and one I originally supported years ago when having to target both WinUI 3 and inbox WinUI. There is not many possibilities for developers aside from having conditional compilation references to different xaml files to achieve this without the namespace being identical. |
Beta Was this translation helpful? Give feedback.
-
Think this decision has been a no brainer, we've clearly seen the benefit while developing and building off of controls to have a unified namespace and what it allows others to build on top of us. Going to close this discussion issue and we'll move forward on the unified namespaces moving forward. |
Beta Was this translation helpful? Give feedback.
-
This discussion is for providing feedback on the unified namespace of
CommunityToolkit.WinUI.*
for our components.Regardless of the package used above, the namespaces for code within the packages is now unified with a root of
CommunityToolkit.WinUI.*
. This ensures if you target multiple platforms or migrate between them, no code referencing the Toolkit needs to change (just the package)!This unification helps both library authors and app developers alike!
xmlns
.Let us know your thoughts on this decision and the naming pattern itself.
Beta Was this translation helpful? Give feedback.
All reactions