0
[email protected] 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.