chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.04k stars 890 forks source link

Change namespace casing to PascalCase #3432

Closed vexx32 closed 2 months ago

vexx32 commented 2 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

No response

Describe The Solution. Why is it needed?

In order to have our public and internal API be more consistent with the styles of the wider .NET ecosystem, we should adjust our namespaces to use PascalCase instead of lowercase.

Additional Context

We should update CONTRIBUTING.MD when this change is made as well, as it refers to our current lowercase standard for namespaces.

This will be a breaking change for any projects that depend on chocolatey.dll, they will have to adjust their code to reflect the new namespace casing as well.

Related Issues

No response

TheCakeIsNaOH commented 2 months ago

Is this a dup of https://github.com/chocolatey/choco/issues/3122?

vexx32 commented 2 months ago

It is, thank you! I don't know why I couldn't find that one when I looked... I'll get that one put into this milestone instead.