1using Microsoft.EntityFrameworkCore;
2using Microsoft.EntityFrameworkCore.Metadata.Builders;
47 public void Configure(EntityTypeBuilder<ApplicationUser> builder)
Entity Framework Core configuration for the ApplicationUser entity.
void Configure(EntityTypeBuilder< ApplicationUser > builder)
Configures the ApplicationUser entity for Entity Framework Core. In DEBUG builds, seeds a test user f...
Provides development-time seeding functionality for test users in the database.
static void SeedTestUser(EntityTypeBuilder< ApplicationUser > builder)
Seeds a test ApplicationUser entity into the database using the provided EntityTypeBuilder<TEntity>.