“OpenIdDdect EF Core Table не создает” Ответ

OpenIdDdect EF Core Table не создает

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>();
code fighter

OpenIdDdect EF Core Table не создает

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>();
code fighter

Ответы похожие на “OpenIdDdect EF Core Table не создает”

Вопросы похожие на “OpenIdDdect EF Core Table не создает”

Больше похожих ответов на “OpenIdDdect EF Core Table не создает” по C#

Смотреть популярные ответы по языку

Смотреть другие языки программирования