Skip to content
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

ISettingsStorageHelper namespace incorrect #403

Open
1 of 4 tasks
michael-hawker opened this issue Aug 25, 2022 · 1 comment · May be fixed by #442
Open
1 of 4 tasks

ISettingsStorageHelper namespace incorrect #403

michael-hawker opened this issue Aug 25, 2022 · 1 comment · May be fixed by #442
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior Good first issue 💯 Issues identified as good for first-time contributors

Comments

@michael-hawker
Copy link
Member

Describe the bug

Not sure how this was missed, but the ISettingsStorageHelper has a different namespace than all the other helpers here:

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

@michael-hawker michael-hawker added the bug 🐛 An unexpected issue that highlights incorrect behavior label Aug 25, 2022
@michael-hawker
Copy link
Member Author

michael-hawker commented Aug 25, 2022

Looks like it was introduced here as part of the transfer from the WCT:

8b7c872#diff-e8b2ffe244c59c6c54d9a996f892c8190d6b25f91e9d4880688e72536e322f4fL7

I just noticed this migrating the WinUI branch of the Toolkit on top of the 8.0.0 .NCT release...

image

@michael-hawker michael-hawker added the Good first issue 💯 Issues identified as good for first-time contributors label Aug 25, 2022
maroldo26 pushed a commit to maroldo26/dotnet that referenced this issue Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An unexpected issue that highlights incorrect behavior Good first issue 💯 Issues identified as good for first-time contributors
Projects
None yet
1 participant