Outputs the script required to generate a class diagram with yUML of all the entities and their relationships from an Entity Framework 6 DbContext.
To allow for future customisation of the input (initially Ef6) or output (initially yUML) the application will be designed to work in 2 stages.
-
Build a UML model from the input.
-
Output the UML model in the desired format.