When creating a project in Visual Studio, the name you use for the project is used to:
The first two values are somewhat related, so it makes sense to keep them the same from a convention point of view, however using the value for a namespace causes problems:
Either you make your project names into namespaces, leading to very long file paths (which often cause problems with MSBuild when they exceed the 248 length limit for windows, you get given a default namespace which doesn't follow normal naming conventions and then has to be changed with Find-and-Replace.
I've been working around this problem for 12 years now and it's not getting any more fun.
Is there some method for setting these values separately at the point you're setting up the project?
There's no way to do it during project creation, but you can change default namespace right after from Project Properties | Application | Default namespace
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With