You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We corrected several documentation issues where it was stated that several command line options (-s, -t, -a, -ut and others) were limited to a maximum of ten values following the option. This limitation in previous versions of CodeGen was removed in V5.0.0.
We fixed a bug in the Template Browser utility that was causing it to fail to start if Symphony Framework was not installed.
We added a new file header token called <CODEGEN_FOLDER> which allows template files to specify the name of a sub-folder (below the main output folder) where output files should be created. In order to not break existing environments, template specified subfolder names won't be used unless a new -tf command line option is also used. By default, if a template file does specify a subfolder, and if a namespace is used within the template, then the subfolder name will also be appended to the namespace being used. This can be disabled if necessary by using the new -nf command line option.
For some time the Symphony Framework has provided a utility application called Symphony Orchestrator that allows a developer to use a graphical user interface to define the various code generation tasks related to a particular development project, and then use CodeGen to perform the actual code generation. As Symphony Orchestrator is so closely related to CodeGen we have decided to ship it with the CodeGen installation instead of the Symphony Framework installation. We have also added release notes information, and will add more documentation as soon as time permits.
Symphony Orchestrator Release Notes
Because of its close ties to CodeGen, Symphony Orchestrator has been moved from the Symphony Framework development project to the CodeGen development project. Orchestrator remains part of Symphony Framework, but will now be distributed via the CodeGen installation.
We changed the Orchestrator version number to match the version of CodeGen that it now ships with.
We mad a change to OrchestratorViewModel to prevent the project folder incorrectly being added to program folders.
We changed the CommandDetails.xam view to correct the display of the token list cells.