All is in the title :)
Currently, we have a VS2005 solution with 20+ projets. Like
MySolution
MySolution.Modules.Foo
MySolution.Modules.Bar
[insert many here]
MySolution.Modules.Baz
Can there be a harm to "merge" MySolution.Modules.* in one project ? All namespaces will be preserved, so no problem here.
But is there anything I didn't think about ?
Note : Currently, there can't be circular references : if MySolution.Modules.Foo references MySolution.Modules.Bar, MySolution.Modules.Bar can't reference MySolution.Modules.Foo. So we'll have to be careful not to create some.