-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the default namespace for new components #394
Conversation
template/ProjectTemplate/src/CommunityToolkit.WinUI.Controls.ProjectTemplate.csproj
Outdated
Show resolved
Hide resolved
We have some references to Toolkit.Labs.All.sln in the readme and gitignore we should clean up too. |
template/ProjectTemplate/src/CommunityToolkit.WinUI.Controls.ProjectTemplate.csproj
Show resolved
Hide resolved
Thanks for pointing that out - we should probably remove |
template/ProjectTemplate/samples/ProjectTemplateCustomSample.xaml
Outdated
Show resolved
Hide resolved
Looks like we might be forced to implement CommunityToolkit/Tooling-Windows-Submodule#15 here anyway. Will continue tomorrow. |
@Arlodotexe I mean we can keep that as a separate PR if we want. We just need to remove the And maybe add it as an explicit using elsewhere in files if needed. |
…mmunityToolkit/Labs-Windows into feature/new-default-namespace
…mmunityToolkit/Labs-Windows into feature/new-default-namespace
…mmunityToolkit/Labs-Windows into feature/new-default-namespace
Hmmm....
This job succeeded on the latest commit to main, so must be another change here needed to that project? FYI @Arlodotexe |
* Updated default root namespace and PackageId * Doc fix * Renamed template csproj * Move PackageId prefix to property in Directory.Build.props * Moved code / docs to new default namespace * Use xmlns:controls instead of xmlns:labs * Use xmlns:controls instead of xmlns:labs * Fixed xaml styling * Removed default component namespace from global usings * Unify default package ID * Fixed missing using directive * Fixed missing using directive
This PR
CommunityToolkit.Labs.WinUI.Controls.ComponentName
.CommunityToolkit.WinUI.Controls.ComponentName
.