0
    
    
        
                    hamberg created
                    
                    
                    
                
                Hello Support,
I upgraded my workstation to the suite version 4.2.2 and now when I click on the add property to an entity, Guid is not in the Property Type dropdown list. Please let me know how I can work around this.
Thanks you
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v4.2.2
 - UI type: Blazor
 - DB provider: EF Core
 - Tiered (MVC) or Identity Server Separated (Angular): yes
 - Exception message and stack trace:
 - Steps to reproduce the issue:
 
3 Answer(s)
- 
    0
Hi hamberg, Blazorise components do not support Guid and char types, so they cannot be selected for the Blazor template.
 - 
    0
use String instead of Guid input.
 - 
    0
use String instead of Guid input.
Thank you alper, that is what I will do.