eCheck 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.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v7.0.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:"
There is an error on the generated Blazor page when creating a Guid type field
3 Answer(s)
-
0
Hi @zhaof,
You should not be able to select
Guid
type in Suite's Crud Page Generator UI if the solution's UI is Blazor. Because Blazor components doesn't supportGuid
type.Is it a module template? Or how did you add that property with Guid type?
-
0
Hi @zhaof,
You should not be able to select
Guid
type in Suite's Crud Page Generator UI if the solution's UI is Blazor. Because Blazor components doesn't supportGuid
type.Is it a module template? Or how did you add that property with Guid type?
Hi yekalkan,
Yes, I used a module template, but Blazor components do not support the guid type. My suggestion is to either not generate the guid type or convert it to a character type to avoid compilation errors.
-
0
@zhaof Thank you for reporting. I'll create an internal issue about that and fix it in next releases.
Your question credit is refunded.