Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

openiddect ef core table not creating

public class ApplicationDbContext : IdentityDbContext<ApplicationUser,IdentityRole<int>, int>
    {
        public ApplicationDbContext(DbContextOptions options)
            : base(options) { }

        protected override void OnModelCreating(ModelBuilder builder)
        {
            base.OnModelCreating(builder);

            builder.UseOpenIddict<int>();
Source by gitter.im #
 
PREVIOUS NEXT
Tagged: #openiddect #ef #core #table #creating
ADD COMMENT
Topic
Name
8+2 =