[MonoDevelop] Changing default namespaces for a project?

Chris Wright dhasenan at gmail.com
Wed Jul 30 19:59:42 EDT 2008


Hi all,

Is there a way to set the default namespace for a project? It's easier
to work with files and directories from the command line if the names
are lowercase, but I want my namespaces to use Pascal case.
Additionally, I'd like not to repeat the solution name in each project
name.

I tried changing the name of the project in the solution file and the
assembly name in both the csproj file and the AssemblyInfo.cs file.
These did nothing. Does MD use the project's filename as the default
namespace?

(This is in MD svn revision 107873. There wasn't any way to do this
with 1.0, either.)

Also, in Visual Studio, folders are usually considered namespaces. Is
there any way to get this behavior, or any plans to implement this?


More information about the Monodevelop-list mailing list