Conversation
And fixed virtual member call in constructor
pomianowski
left a comment
There was a problem hiding this comment.
Hey, thanks for organizing the cleanup.
For the namespace to work properly, Properties\AssemblyInfo.cs needs to be updated. Same for VisualStudioToolsManifest.xml.
As for IDialogService, I find it useful and think that it should be rewritten for DialogControl.
|
Ok. |
Actually I didn't change namespace, they all have the |
I'm not a fan of the solution when the namespace is not the same as the directory tree. |
|
At the same time, all controls should have the namespace |
No need, namespace is added to AssemblyInfo. |
But it for XAML not for c#. |
It doesn't matter what the namespace is, it could even be Wpf.Ui.Xyz and everything should still work. Unless you mean a naming convention to keep everything neatly in one place. |
Yep |
Well, then, just like the main WPF, we can omit decorative subfolders and keep everything in one place, taking care of the correctness of the namespace. |
|
Then I prefer the directory tree. |
|
But at the same time winui 3. |
Well yes, but it's a CPP project |
|
In my opinion , c++ namespace structured by folders, at least I did. Although c++ has no standard on this. |
Deleted
Dialogcontrol.Changed .editorconfig so that it is the same as in the dotnet/runtime repository.
Added folders for
TitleBar,MessageBox,ContentDialog,VirtualizingWrapPanel,NumberBoxcontrols.Added small fixes.
Pull request type