1
darutter created
I'm using abp suite 5.2.0 to generate my objects and associated CRUD operations. I'm curious why Guid is not one of the possible data types for properties.
1 Answer(s)
-
0
Hi @darutter,
As i see it,
Guid
andChar
are especially disabled for Blazor projects. I researched the reason and found this explanation:Blazorise components doesn't have char data type, so we should hide it if the UI is Blazor. Also remove Guid because there's no component for Guid type
This was a year ago. I'll create an internal issue and re-consider enabling them.