1 Answer(s)
-
0
This feature is implemented in v4.0.0 RC.5 and the release of RC5 is 2020-12-04. Starting from v4.0, your entities will be located in the
.suitefolder in your solution's root directory. On the other hand to keep the same behaviour for the old projects, it still saves it in the existing directory =>%UserProfile%\.abp\suite\solutions\{solution-id}\entities\if you want your Suite entities to be included in your Git system, follow the steps:
- create a folder named
.suitein your root directory. - move all your entites (*.json) from
%UserProfile%\.abp\suite\solutions\{solution-id}\entities\folder to the new folder.suite/entities - delete
entitiesfolder (mandatory) =>%UserProfile%\.abp\suite\solutions\{solution-id}\entities
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) - create a folder named
