Open Closed

Abp Suitę data types #2948


User avatar
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)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @darutter,

    As i see it, Guid and Char 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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11