0
cellero created
- ABP Framework version: v5.1.1
- UI type: Blazor Server
- DB provider: EF Core
The public DbSet is inserted into the wrong location in the xxxDbContext.cs file when generating with Abp Suite.
It is inserted inside public DbSet<IdentityUser> Users { It is easy to replicate this issue by creating a new project and create a simple entity.