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.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37