DesiGen v2.0.3 now released

Published
30 June 2023
Category
Releases
Author
Andrew H

The latest version of DesiGen is now released, containing the latest improvements and bugfixes.

User feedback is most welcome.

Details on how to install this version can be found on the installation page of the documentation.

New in this release:

  1. Bugfix: Fix validation failures when importing Artefact Set Template Properties when users have non-alpha characters in their username, as reported by community user @ken-hudd
  2. Bugfix: Add missing naming templates for EF Core repository templates, as reported by community user @ken-hudd

Known issues/limitations in this release:

  1. The application may not run if installed inside of the "Program Files" or "Program Files (x86)" folders. This is a permissions problem that is out of my control. Please workaround this by installing it outside of these folders. The default location is C:\DotNotStandard\DesiGen.

  2. Clicking on a link in the design menu causes unsaved changes made on the current page to be lost. The workaround is to click either the Next or Back button before navigating away from the design section.

  3. There is still a slightly limited set of templates at the moment. We do not intend that we deliver all of the templates you will ever need; instead you are able to create your own. However, there are a number of solution quickstarts that we still intend to add, such as a template for a hybrid MAUI solution.

  4. There is limited functionality to assist with collaboration between team members, including design reviews. We will assess what extra work is required in this area as part of a future development phase. The workaround for the moment is to interact via other channels. If you wish to do offline collaboration, we suggest generating a Word document, which you could print and review by hand, or use the notation features in built into Word to enable collaboration upon it.

  5. There is no data management in place, such as the scheduled deletion or archiving of old designs, or log entries. The failure to clean up old log entries may cause your database to grow beyond your expection; please be mindful and allow sufficient space in your database for this slow growth.

  6. Whilst custom artefact templates can make use of artefact template helper types, at this stage only built-in helper types can be used. This is an intentional limitation because importing user-defined helper types needs careful consideration; importing external code could represent a security vulnerability if not handled correctly. This limitation will be removed in a future release, once the code to mitigate the security risk has been completed.