Open mrpetro opened 6 years ago
OK, so are base assumption is that one UML Class Diagram is equivalent of C# Project, and each C# project has its assembly default namespace. And this can be set to something different than the {Solution}.{C#Project} name.
Currently its possible to create or rename two or more diagrams having same type and same name under one project.
This may lead to odd behavior while code generation
There is also problem with using white characters and nonstandard characters in diagram names, since the diagram names are used in RootNamespace generation and the RootNamespace is used in code generation, which leads to bad code generation.
Two things can be done here: