0
info@ericverschoor.nl created
- ABP Framework version: v7.0.1
- UI type: Blazor
- DB provider: EF Core
given a entity with plural name: mensen
when adding a entity fietesen
with a 1-n navigation property to mensen
In EFFietsRepository.cs the code generator creates incorrect code dbContext.Menss
instead of dbContext.Mensen
And also the Fietsen.razor and Fietsen.razor.cs files does not respect the given plural name (it is not incorrect code). however, the filenames are correct.
3 Answer(s)
-
0
@yekalkan will help you
-
0
Hi,
I've created an internatl issue about this. Thank you for reporting. The question credit is refunded.
-
0