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

Option to use the project's AssemblyName property or some arbitrary namespace instead of its name as the base namespace #10

Open
ekolis opened this issue Jun 9, 2024 · 1 comment

Comments

@ekolis
Copy link

ekolis commented Jun 9, 2024

A pattern I've used a few times is to create several projects with the same AssemblyName so that they can reference each other without having to create all sorts of nested namespaces within the solution. e.g. a project called FrEee.Core.Utility might just have an assembly name of FrEee like several other projects in the solution. However this doesn't work with this tool because it wants to use the project name, so I get weird namespaces like FrEee.Core.Utility.Utility when I want FrEee.Utility. An option to switch to using the assembly name for the root namespace would be appreciated, or to switch it to an arbitrary namespace of my choosing. Thanks!

@ekolis
Copy link
Author

ekolis commented Jun 9, 2024

Oh, wait, there is a separate Default Namespace setting on the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant