-
Notifications
You must be signed in to change notification settings - Fork 344
Open
Labels
Good first issue 💯Issues identified as good for first-time contributorsIssues identified as good for first-time contributorsbug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behavior
Description
Describe the bug
Not sure how this was missed, but the ISettingsStorageHelper has a different namespace than all the other helpers here:
namespace CommunityToolkit.Helpers; |
All the other helpers are CommunityToolkit.Common.Helpers
...
namespace CommunityToolkit.Common.Helpers; |
Similarly the extension helper to it has a .Extensions
:
namespace CommunityToolkit.Common.Extensions; |
Where the other extensions do not and are just part of CT.Common
.
Regression
No response
Steps to reproduce
N/A Code Quality
Expected behavior
Consistency in Namespace
Screenshots
No response
IDE and version
VS 2022
IDE version
No response
Nuget packages
- CommunityToolkit.Common
- CommunityToolkit.Diagnostics
- CommunityToolkit.HighPerformance
- CommunityToolkit.Mvvm (aka MVVM Toolkit)
Nuget package version(s)
8.0.0
Additional context
Not sure if there's other places to audit?
Help us help you
Yes, but only if others can assist
Nirmal4G
Metadata
Metadata
Assignees
Labels
Good first issue 💯Issues identified as good for first-time contributorsIssues identified as good for first-time contributorsbug 🐛An unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behavior