When you create a new entity you can use the GUID type
But there's no GUID type when you create a new property on your entity. The reason is, there's no option to not creating a UI control for a property and GUID type is a special type. There's no suitable UI input control for a GUID type. So this will not be implemented before this feature "don't create UI control for this property" .
thanks, I'm adding this feedback to the issue.
no @vasile it's not so functional.
these are deployment issues apart from the ABP itself. you may encounter the same problems even if you create your own ASP.NET Core project.
hi,
this might have been resolved in 4.4.4. because a similar issue has been resolved in after 4.3 is it possible to upgrade your project to 4.4.4?
thanks I'm creating an issue for that. we'll check it. as I understand you create the same entity more than once, don't you?
as I checked our private repo, this issue (#7855) has been resolved on Sep 29. can you create a new project with ABP 4.4.4 and see if it still exists. probably fixed therefore you may need to upgrade your ABP.
ABP Suite uses the CLI to add module to the main application. So it doesn't matter whether you use the CLI or Suite. If you changed the project names or added extra projects to the module, or removed an existing project it may not work properly.