DevMagic Studio Release Bulletin
Last update: June 2023
This document contains important notes about the DevMagic Studio product releases.
Beta version
Build 23.0.0.673
System Requirements
Please refer to the Environment Preparation section in the installation documentation.
Known Issues
DevMagic Studio Beta version has the following known issues:
If you keep opening and closing the entity file; the memory may not be released, especially when there are many entities opened and the entity design is complex, performance problems may occur (for example, IDE may get stuck or IDE is slow to the respond).
Workaround: Restart the IDE.
When adding an empty sort option (without specifying a field) to the return value in the service design, incomplete code will be generated and compilation errors will occur.
Workaround: Specify a field as the sort criteria, or remove the empty sort options.
Manually copy the well-designed entity or enum to the new application, the reference of the entity will become empty.
Workaround: Manually create the reference.
Spaces cannot be entered in the filter condition expressions. Entering spaces will cause the UI to disappear.
When switching the designer interface to a floating window, the shortcut key (such as Ctrl + S) of the toolbar button (such as Save) will have no effect.
After generating the projects, the IDE will freeze for 3 seconds (during this time, the newly generated code is being restored).
After project generation, sometimes [project].Services (instead of [project].WebApi) will be set as the startup project.
Workaround: Manually change to use [project].WebApi as the startup project.
When exporting entities from a database, if the column type is a computed field, then only SQL Server database is supported (other database types will be supported in the next release).